]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcname.c
Add FC_EMBEDDED_BITMAP object type to tell Xft/Cairo whether to load
[fontconfig.git] / src / fcname.c
index 825a7d58c8ba78000a63227a73bfe0dd03858001..0767e114d2fe14b1d3440bb4a9131dda7559fc6a 100644 (file)
@@ -72,6 +72,7 @@ static const FcObjectType _FcBaseObjectTypes[] = {
     { FC_CAPABILITY,   FcTypeString },
     { FC_FONTFORMAT,   FcTypeString },
     { FC_EMBOLDEN,     FcTypeBool },
+    { FC_EMBEDDED_BITMAP,   FcTypeBool },
 };
 
 #define NUM_OBJECT_TYPES    (sizeof _FcBaseObjectTypes / sizeof _FcBaseObjectTypes[0])