From f777f1b35dc13da485ce488ad1d3b84f0c173cd1 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 16 May 2003 16:37:16 +0000 Subject: [PATCH] oops. Left the psfontinfo.weight matching code commented out while testing other stuff... --- src/fcfreetype.c | 2 -- 1 file changed, 2 deletions(-) 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 /* -- 2.39.2