]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcname.c
Add book constant for book weight
[fontconfig.git] / 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, },