summaryrefslogtreecommitdiff
path: root/fontconfig/fontconfig.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-05-02 01:09:57 +0000
committerKeith Packard <keithp@keithp.com>2003-05-02 01:09:57 +0000
commitad293de0041230d530c5b3d2be56690db49e4510 (patch)
tree116503890731f3e92204d75c0e8d5ebbb9c81401 /fontconfig/fontconfig.h
parenta6a66da0adfc6c7899b61eb6531d14f794d25d94 (diff)
Add FC_WEIGHT_BOOK as weight 75
Diffstat (limited to 'fontconfig/fontconfig.h')
-rw-r--r--fontconfig/fontconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fontconfig/fontconfig.h b/fontconfig/fontconfig.h
index bae92fe..1f0bd9c 100644
--- a/fontconfig/fontconfig.h
+++ b/fontconfig/fontconfig.h
@@ -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