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

(-)freetype-1.3.1/freetype1-contrib-current/ttf2pk/ttfaux.c (-1 / +1 lines)
Lines 260-266 Link Here
260
    fnt->units_per_em = properties.header->Units_Per_EM;
260
    fnt->units_per_em = properties.header->Units_Per_EM;
261
    fnt->fixedpitch = properties.postscript->isFixedPitch;
261
    fnt->fixedpitch = properties.postscript->isFixedPitch;
262
    fnt->italicangle = properties.postscript->italicAngle / 65536.0;
262
    fnt->italicangle = properties.postscript->italicAngle / 65536.0;
263
    fnt->xheight = properties.os2->sxHeight * 1000 / fnt->units_per_em;
263
    /*fnt->xheight = properties.os2->sxHeight * 1000 / fnt->units_per_em;*/
264
264
265
    if (fnt->PSnames != Only)
265
    if (fnt->PSnames != Only)
266
    {
266
    {

Return to bug 93840