summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-05-02 01:11:09 +0000
committerKeith Packard <keithp@keithp.com>2003-05-02 01:11:09 +0000
commit1f71c4d878a74a42b6bf2e6137b32487fcb18b8d (patch)
tree8fe4d5c8f6203724241fe6f0ed310e21cb52c51e
parentad293de0041230d530c5b3d2be56690db49e4510 (diff)
Add book constant for book weight
-rw-r--r--src/fcname.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fcname.c b/src/fcname.c
index e211ab3..0219d16 100644
--- a/src/fcname.c
+++ b/src/fcname.c
@@ -142,6 +142,7 @@ static const FcConstant _FcBaseConstants[] = {
{ (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, },