1FcConfigSubstitute(3) FcConfigSubstitute(3)
2
3
4
6 FcConfigSubstitute - Execute substitutions
7
9 #include <fontconfig.h>
10
11 FcBool FcConfigSubstitute(FcConfig *config);
12 (FcPattern *p);
13 (FcMatchKind kind);
14 .fi
15
17 Calls FcConfigSubstituteWithPat setting p_pat to NULL. Returns FcFalse
18 if the substitution cannot be performed (due to allocation failure).
19 Otherwise returns FcTrue. If config is NULL, the current configuration
20 is used.
21
23 Fontconfig version 2.8.0
24
25
26
27 18 November 2009 FcConfigSubstitute(3)