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/autofit/aflatin.c.fixaliasing (-1 / +3 lines)
Lines 1311-1316 Link Here
1311
1311
1312
    mode = metrics->root.scaler.render_mode;
1312
    mode = metrics->root.scaler.render_mode;
1313
1313
1314
    hints->other_flags = 0;
1315
1314
    /*
1316
    /*
1315
     *  We snap the width of vertical stems for the monochrome and
1317
     *  We snap the width of vertical stems for the monochrome and
1316
     *  horizontal LCD rendering targets only.
1318
     *  horizontal LCD rendering targets only.
Lines 1407-1413 Link Here
1407
    AF_LatinAxis     axis     = & metrics->axis[dim];
1407
    AF_LatinAxis     axis     = & metrics->axis[dim];
1408
    FT_Pos           dist     = width;
1408
    FT_Pos           dist     = width;
1409
    FT_Int           sign     = 0;
1409
    FT_Int           sign     = 0;
1410
    FT_Int           vertical = AF_HINTS_DO_VERTICAL( hints );
1410
    FT_Int           vertical = dim == AF_DIMENSION_VERT;
1411
1411
1412
1412
1413
    if ( !AF_LATIN_HINTS_DO_STEM_ADJUST( hints ) )
1413
    if ( !AF_LATIN_HINTS_DO_STEM_ADJUST( hints ) )

Return to bug 128760