oops. Left the psfontinfo.weight matching code commented out while testing

other stuff...
This commit is contained in:
Keith Packard 2003-05-16 16:37:16 +00:00
parent ecb7c180d0
commit f777f1b35d
1 changed files with 0 additions and 2 deletions

View File

@ -792,7 +792,6 @@ FcFreeTypeQuery (const FcChar8 *file,
if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0) if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0)
{ {
#if 0
if (weight == -1 && psfontinfo.weight) if (weight == -1 && psfontinfo.weight)
{ {
weight = FcIsWeight (psfontinfo.weight); weight = FcIsWeight (psfontinfo.weight);
@ -800,7 +799,6 @@ FcFreeTypeQuery (const FcChar8 *file,
printf ("\tType1 weight %s maps to %d\n", printf ("\tType1 weight %s maps to %d\n",
psfontinfo.weight, weight); psfontinfo.weight, weight);
} }
#endif
#if 0 #if 0
/* /*