X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcint.h;h=3b9f3c852697c7259a00ce006a21cf8278a67028;hb=c2c6976d1a88cc35143ffcc34f3c38d0a28d34f4;hp=78d17e788924d76405e2e85756c6b4d95d03423d;hpb=3b8a03c09d3a45f578680b5fe80255af9761b3fa;p=fontconfig.git diff --git a/src/fcint.h b/src/fcint.h index 78d17e7..3b9f3c8 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -452,6 +452,7 @@ struct _FcConfig { */ FcSubst *substPattern; /* substitutions for patterns */ FcSubst *substFont; /* substitutions for fonts */ + FcSubst *substScan; /* substitutions for scanned fonts */ int maxObjects; /* maximum number of tests in all substs */ /* * List of patterns used to control font file selection @@ -875,6 +876,7 @@ FcListPatternMatchAny (const FcPattern *p, #define FC_FONTFORMAT_OBJECT 37 #define FC_EMBOLDEN_OBJECT 38 #define FC_EMBEDDED_BITMAP_OBJECT 39 +#define FC_DECORATIVE_OBJECT 40 FcBool FcNameBool (const FcChar8 *v, FcBool *result);