1FcConfigSubstitute(3) FcConfigSubstitute(3)
2
3
4
6 FcConfigSubstitute - Execute substitutions
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigSubstitute (FcConfig *config, FcPattern *p, FcMatchKind kind);
12
14 Calls FcConfigSubstituteWithPat setting p_pat to NULL. Returns FcFalse
15 if the substitution cannot be performed (due to allocation failure).
16 Otherwise returns FcTrue. If config is NULL, the current configuration
17 is used.
18
19
20
21Fontconfig 2.13.92 09 8月 2019 FcConfigSubstitute(3)