(FreeType) Made Bold more strong
Former-commit-id: 9bee352eb567fc51d9d34e73a16fe9340de49d82
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user