[Commit] fontconfig/src fcfreetype.c,1.36,1.37

Keith Packard commit@keithp.com
Fri, 16 May 2003 09:37:19 -0700


Committed by: keithp

Update of /local/src/CVS/fontconfig/src
In directory home.keithp.com:/tmp/cvs-serv25562

Modified Files:
	fcfreetype.c 
Log Message:
oops.  Left the psfontinfo.weight matching code commented out while testing other stuff...

Index: fcfreetype.c
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fcfreetype.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- fcfreetype.c	14 May 2003 20:23:24 -0000	1.36
+++ fcfreetype.c	16 May 2003 16:37:16 -0000	1.37
@@ -792,7 +792,6 @@
     
     if (FT_Get_PS_Font_Info(face, &psfontinfo) == 0)
     {
-#if 0
 	if (weight == -1 && psfontinfo.weight)
 	{
 	    weight = FcIsWeight (psfontinfo.weight);
@@ -800,7 +799,6 @@
     		printf ("\tType1 weight %s maps to %d\n",
 			psfontinfo.weight, weight);
 	}
-#endif
      
 #if 0
 	/*