summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-05-16 16:37:16 +0000
committerKeith Packard <keithp@keithp.com>2003-05-16 16:37:16 +0000
commitf777f1b35dc13da485ce488ad1d3b84f0c173cd1 (patch)
tree890df1214849d4e6c15ab8af2b36ae948a081c05
parentecb7c180d068f718c02e80f4282b00c4505a5eb5 (diff)
oops. Left the psfontinfo.weight matching code commented out while testing
other stuff...
-rw-r--r--src/fcfreetype.c2
1 files changed, 0 insertions, 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
/*