Add extended, caps, dunhill style mappings.

extended -> expanded.
caps, dunhill -> decorative
This commit is contained in:
Keith Packard 2008-05-04 01:27:42 -07:00
parent 13a14cbf56
commit 3a3f687b75
1 changed files with 3 additions and 2 deletions

View File

@ -1016,6 +1016,7 @@ static const FcStringConst widthConsts[] = {
{ (FC8) "extraexpanded", FC_WIDTH_EXTRAEXPANDED },
{ (FC8) "ultraexpanded", FC_WIDTH_ULTRAEXPANDED },
{ (FC8) "expanded", FC_WIDTH_EXPANDED }, /* must be after *expanded */
{ (FC8) "extended", FC_WIDTH_EXPANDED },
};
#define NUM_WIDTH_CONSTS (int) (sizeof (widthConsts) / sizeof (widthConsts[0]))
@ -1036,11 +1037,11 @@ static const FcStringConst slantConsts[] = {
static const FcStringConst decorativeConsts[] = {
{ (FC8) "shadow", FcTrue },
{ (FC8) "smallcaps", FcTrue },
{ (FC8) "caps", FcTrue },
{ (FC8) "antiqua", FcTrue },
{ (FC8) "romansc", FcTrue },
{ (FC8) "embosed", FcTrue },
{ (FC8) "romansmallcaps", FcTrue },
{ (FC8) "dunhill", FcTrue },
};
#define NUM_DECORATIVE_CONSTS (int) (sizeof (decorativeConsts) / sizeof (decorativeConsts[0]))