Introduction to Library Functions FcConfigSubstituteWithPat(3)
NAME
FcConfigSubstituteWithPat - Execute substitutions
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
FcBool FcConfigSubstituteWithPat(FcConfig *config);
(FcPattern *p);(FcPattern *p_pat);
(FcMatchKind kind);DESCRIPTION
Performs the sequence of pattern modification operations, ifkind is FcMatchPattern, then those tagged as pattern opera-
tions are applied, else if kind is FcMatchFont, those taggedas font operations are applied and p_pat is used for
elements with target=pattern. Returns FcFalse if the substi-
tution cannot be performed (due to allocation failure). Oth-
erwise returns FcTrue. If config is NULL, the current con-
figuration is used. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1