1FcConfigSubstituteWithPat(3) FcConfigSubstituteWithPat(3)
2
3
4
6 FcConfigSubstituteWithPat - Execute substitutions
7
9 #include <fontconfig.h>
10
11 FcBool FcConfigSubstituteWithPat (FcConfig *config, FcPattern *p, FcPattern *p_pat, FcMatchKind kind);
12
14 Performs the sequence of pattern modification operations, if kind is
15 FcMatchPattern, then those tagged as pattern operations are applied,
16 else if kind is FcMatchFont, those tagged as font operations are
17 applied and p_pat is used for <test> elements with target=pattern.
18
20 Fontconfig version 2.4.2
21
22
23
24 11 May 2007 FcConfigSubstituteWithPat(3)