FcConfigSubstituteWithPat.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcConfigSubstituteWithPat" "3" "18 November 2009" "" "" 3.SH NAME 4FcConfigSubstituteWithPat \- Execute substitutions 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcBool FcConfigSubstituteWithPat(FcConfig *\fIconfig\fB); 10(FcPattern *\fIp\fB); 11(FcPattern *\fIp_pat\fB); 12(FcMatchKind \fIkind\fB); 13\fR.fi 14.SH "DESCRIPTION" 15.PP 16Performs the sequence of pattern modification operations, if \fIkind\fR is 17FcMatchPattern, then those tagged as pattern operations are applied, else 18if \fIkind\fR is FcMatchFont, those tagged as font operations are applied and 19p_pat is used for <test> elements with target=pattern. Returns FcFalse 20if the substitution cannot be performed (due to allocation failure). Otherwise returns FcTrue. 21If \fIconfig\fR is NULL, the current configuration is used. 22.SH "VERSION" 23.PP 24Fontconfig version 2.8.0 25