Blame doc/FcConfigSubstituteWithPat.3
|
Packit |
352660 |
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
Packit |
352660 |
.TH "FcConfigSubstituteWithPat" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
|
|
Packit |
352660 |
.SH NAME
|
|
Packit |
352660 |
FcConfigSubstituteWithPat \- Execute substitutions
|
|
Packit |
352660 |
.SH SYNOPSIS
|
|
Packit |
352660 |
.nf
|
|
Packit |
352660 |
\fB#include <fontconfig/fontconfig.h>
|
|
Packit |
352660 |
.sp
|
|
Packit |
352660 |
FcBool FcConfigSubstituteWithPat (FcConfig *\fIconfig\fB, FcPattern *\fIp\fB, FcPattern *\fIp_pat\fB, FcMatchKind \fIkind\fB);
|
|
Packit |
352660 |
.fi\fR
|
|
Packit |
352660 |
.SH "DESCRIPTION"
|
|
Packit |
352660 |
.PP
|
|
Packit |
352660 |
Performs the sequence of pattern modification operations, if \fIkind\fR is
|
|
Packit |
352660 |
FcMatchPattern, then those tagged as pattern operations are applied, else
|
|
Packit |
352660 |
if \fIkind\fR is FcMatchFont, those tagged as font operations are applied and
|
|
Packit |
352660 |
p_pat is used for <test> elements with target=pattern. Returns FcFalse
|
|
Packit |
352660 |
if the substitution cannot be performed (due to allocation failure). Otherwise returns FcTrue.
|
|
Packit |
352660 |
If \fIconfig\fR is NULL, the current configuration is used.
|