Blame doc/FcFontRenderPrepare.3
|
Packit |
352660 |
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
Packit |
352660 |
.TH "FcFontRenderPrepare" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
|
|
Packit |
352660 |
.SH NAME
|
|
Packit |
352660 |
FcFontRenderPrepare \- Prepare pattern for loading font file
|
|
Packit |
352660 |
.SH SYNOPSIS
|
|
Packit |
352660 |
.nf
|
|
Packit |
352660 |
\fB#include <fontconfig/fontconfig.h>
|
|
Packit |
352660 |
.sp
|
|
Packit |
352660 |
FcPattern * FcFontRenderPrepare (FcConfig *\fIconfig\fB, FcPattern *\fIpat\fB, FcPattern *\fIfont\fB);
|
|
Packit |
352660 |
.fi\fR
|
|
Packit |
352660 |
.SH "DESCRIPTION"
|
|
Packit |
352660 |
.PP
|
|
Packit |
352660 |
Creates a new pattern consisting of elements of \fIfont\fR not appearing
|
|
Packit |
352660 |
in \fIpat\fR, elements of \fIpat\fR not appearing in \fIfont\fR and the best matching
|
|
Packit |
352660 |
value from \fIpat\fR for elements appearing in both. The result is passed to
|
|
Packit |
352660 |
FcConfigSubstituteWithPat with \fIkind\fR FcMatchFont and then returned.
|