diff options
author | Keith Packard <keithp@keithp.com> | 2003-05-16 16:37:16 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-05-16 16:37:16 +0000 |
commit | f777f1b35dc13da485ce488ad1d3b84f0c173cd1 (patch) | |
tree | 890df1214849d4e6c15ab8af2b36ae948a081c05 | |
parent | ecb7c180d068f718c02e80f4282b00c4505a5eb5 (diff) |
oops. Left the psfontinfo.weight matching code commented out while testing
other stuff...
-rw-r--r-- | src/fcfreetype.c | 2 |
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 /* |