]> git.wh0rd.org - fontconfig.git/commitdiff
Add FC_WEIGHT_BOOK as weight 75
authorKeith Packard <keithp@keithp.com>
Fri, 2 May 2003 01:09:57 +0000 (01:09 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 2 May 2003 01:09:57 +0000 (01:09 +0000)
fontconfig/fontconfig.h

index bae92fe0641a4e721a28cad6447f96e2ed35cea0..1f0bd9c54aefffb4ab9e845836548be58c050e30 100644 (file)
@@ -101,6 +101,7 @@ typedef int         FcBool;
 #define FC_WEIGHT_EXTRALIGHT       40
 #define FC_WEIGHT_ULTRALIGHT       FC_WEIGHT_EXTRALIGHT
 #define FC_WEIGHT_LIGHT                    50
+#define FC_WEIGHT_BOOK             75
 #define FC_WEIGHT_REGULAR          80
 #define FC_WEIGHT_NORMAL           FC_WEIGHT_REGULAR
 #define FC_WEIGHT_MEDIUM           100