[Commit] fontconfig/src fcfreetype.c,1.33,1.34

Juliusz Chroboczek commit@keithp.com
Mon, 12 May 2003 02:11:12 -0700


Committed by: jch

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

Modified Files:
	fcfreetype.c 
Log Message:
Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.

Index: fcfreetype.c
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fcfreetype.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- fcfreetype.c	12 May 2003 09:04:24 -0000	1.33
+++ fcfreetype.c	12 May 2003 09:11:10 -0000	1.34
@@ -864,7 +864,10 @@
 		FcChar8	    *width_name;
 		int	    width;
 	    } FcSetWidths[] = {
-	    };
+                { "Condensed",      FC_WIDTH_CONDENSED },
+                { "SemiCondensed",  FC_WIDTH_SEMICONDENSED },
+                { "Normal",         FC_WIDTH_NORMAL },
+   	    };
 	    int	i;
 
 	    if (FcDebug () & FC_DBG_SCANV)