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

Collapse All | Expand All

(-)freetype-2.2.1.orig/src/autofit/aflatin.c (-2 / +2 lines)
Lines 1344-1357 Link Here
1344
     *  We snap the width of vertical stems for the monochrome and
1344
     *  We snap the width of vertical stems for the monochrome and
1345
     *  horizontal LCD rendering targets only.
1345
     *  horizontal LCD rendering targets only.
1346
     */
1346
     */
1347
    if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD )
1347
    if ( mode == FT_RENDER_MODE_MONO )
1348
      other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
1348
      other_flags |= AF_LATIN_HINTS_HORZ_SNAP;
1349
1349
1350
    /*
1350
    /*
1351
     *  We snap the width of horizontal stems for the monochrome and
1351
     *  We snap the width of horizontal stems for the monochrome and
1352
     *  vertical LCD rendering targets only.
1352
     *  vertical LCD rendering targets only.
1353
     */
1353
     */
1354
    if ( mode == FT_RENDER_MODE_MONO || mode == FT_RENDER_MODE_LCD_V )
1354
    if ( mode == FT_RENDER_MODE_MONO )
1355
      other_flags |= AF_LATIN_HINTS_VERT_SNAP;
1355
      other_flags |= AF_LATIN_HINTS_VERT_SNAP;
1356
1356
1357
    /*
1357
    /*

Return to bug 260076