[Commit] fontconfig/src fcname.c,1.18,1.19

Keith Packard commit@keithp.com
Thu, 01 May 2003 18:11:11 -0700


Committed by: keithp

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

Modified Files:
	fcname.c 
Log Message:
Add book constant for book weight


Index: fcname.c
===================================================================
RCS file: /local/src/CVS/fontconfig/src/fcname.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fcname.c	12 Mar 2003 22:16:25 -0000	1.18
+++ fcname.c	2 May 2003 01:11:09 -0000	1.19
@@ -142,6 +142,7 @@
     { (FcChar8 *) "extralight",	    "weight",   FC_WEIGHT_EXTRALIGHT, },
     { (FcChar8 *) "ultralight",	    "weight",   FC_WEIGHT_EXTRALIGHT, },
     { (FcChar8 *) "light",	    "weight",   FC_WEIGHT_LIGHT, },
+    { (FcChar8 *) "book",	    "weight",	FC_WEIGHT_BOOK, },
     { (FcChar8 *) "regular",	    "weight",   FC_WEIGHT_REGULAR, },
     { (FcChar8 *) "medium",	    "weight",   FC_WEIGHT_MEDIUM, },
     { (FcChar8 *) "demibold",	    "weight",   FC_WEIGHT_DEMIBOLD, },