Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87160
Collapse All | Expand All

(-)render/font.c.old (-1 / +1 lines)
Lines 117-123 Link Here
117
117
118
    if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) != FcResultTypeMismatch) {
118
    if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) != FcResultTypeMismatch) {
119
        /* TODO: is PANGO_SCALE correct ?? */
119
        /* TODO: is PANGO_SCALE correct ?? */
120
        pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE);
120
        pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE*0.72);
121
    }
121
    }
122
#endif /* USE_PANGO */
122
#endif /* USE_PANGO */
123
123

Return to bug 87160