(FreeType) Made Bold more strong
Former-commit-id: 9bee352eb567fc51d9d34e73a16fe9340de49d82
This commit is contained in:
parent
09856d42e3
commit
b61ff3a0d1
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue