Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128760 | Differences between
and this patch

Collapse All | Expand All

(-)freetype-2.1.10/src/base/ftsynth.c (-1 / +1 lines)
Lines 81-87 Link Here
81
81
82
    /* some reasonable strength */
82
    /* some reasonable strength */
83
    xstr = FT_MulFix( face->units_per_EM,
83
    xstr = FT_MulFix( face->units_per_EM,
84
                      face->size->metrics.y_scale ) / 42;
84
                      face->size->metrics.y_scale ) / 62;
85
    ystr = xstr;
85
    ystr = xstr;
86
86
87
    if ( slot->format == FT_GLYPH_FORMAT_OUTLINE )
87
    if ( slot->format == FT_GLYPH_FORMAT_OUTLINE )

Return to bug 128760