From: Keith Packard Date: Fri, 16 May 2003 16:37:16 +0000 (+0000) Subject: oops. Left the psfontinfo.weight matching code commented out while testing X-Git-Tag: fc-2_2_90~9 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f777f1b35dc13da485ce488ad1d3b84f0c173cd1;p=fontconfig.git oops. Left the psfontinfo.weight matching code commented out while testing other stuff... --- diff --git a/src/fcfreetype.c b/src/fcfreetype.c index 52395c6..5f032e1 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -792,7 +792,6 @@ FcFreeTypeQuery (const FcChar8 *file, if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0) { -#if 0 if (weight == -1 && psfontinfo.weight) { weight = FcIsWeight (psfontinfo.weight); @@ -800,7 +799,6 @@ FcFreeTypeQuery (const FcChar8 *file, printf ("\tType1 weight %s maps to %d\n", psfontinfo.weight, weight); } -#endif #if 0 /*