1FcConfigSubstituteWithPat(3) FcConfigSubstituteWithPat(3)
2
3
4
6 FcConfigSubstituteWithPat - Execute substitutions
7
9 #include <fontconfig.h>
10
11 FcBool FcConfigSubstituteWithPat(FcConfig *config);
12 (FcPattern *p);
13 (FcPattern *p_pat);
14 (FcMatchKind kind);
15 .fi
16
18 Performs the sequence of pattern modification operations, if kind is
19 FcMatchPattern, then those tagged as pattern operations are applied,
20 else if kind is FcMatchFont, those tagged as font operations are
21 applied and p_pat is used for <test> elements with target=pattern.
22 Returns FcFalse if the substitution cannot be performed (due to alloca‐
23 tion failure). Otherwise returns FcTrue. If config is NULL, the cur‐
24 rent configuration is used.
25
27 Fontconfig version 2.8.0
28
29
30
31 18 November 2009 FcConfigSubstituteWithPat(3)