blob: 47e7f5cf07903604f6a66b213b5e4bca80d8f487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcConfigSubstitute" "3" "31 3月 2022" "Fontconfig 2.14.0" ""
.SH NAME
FcConfigSubstitute \- Execute substitutions
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcBool FcConfigSubstitute (FcConfig *\fIconfig\fB, FcPattern *\fIp\fB, FcMatchKind \fIkind\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Calls FcConfigSubstituteWithPat setting p_pat to NULL. Returns FcFalse
if the substitution cannot be performed (due to allocation failure). Otherwise returns FcTrue.
If \fIconfig\fR is NULL, the current configuration is used.
|