(FreeType) Made Bold more strong

Former-commit-id: 9bee352eb567fc51d9d34e73a16fe9340de49d82
This commit is contained in:
Lynix 2015-01-07 23:42:45 +01:00
parent 09856d42e3
commit b61ff3a0d1
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ namespace
FT_GlyphSlot& glyph = m_face->glyph;
const FT_Pos boldStrength = 1 << 6;
const FT_Pos boldStrength = 2 << 6;
bool outlineFormat = (glyph->format == FT_GLYPH_FORMAT_OUTLINE);
if (outlineFormat && bold)