]> git.wh0rd.org - fontconfig.git/commitdiff
Add book constant for book weight
authorKeith Packard <keithp@keithp.com>
Fri, 2 May 2003 01:11:09 +0000 (01:11 +0000)
committerKeith Packard <keithp@keithp.com>
Fri, 2 May 2003 01:11:09 +0000 (01:11 +0000)
src/fcname.c

index e211ab3c63674898c469f10da784113129aea561..0219d16760b8cd4b4a718b0938d464a0f43e5469 100644 (file)
@@ -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, },