FcFontRenderPrepare.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcFontRenderPrepare" "3" "18 November 2009" "" ""
3.SH NAME
4FcFontRenderPrepare \- Prepare pattern for loading font file
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcPattern * FcFontRenderPrepare(FcConfig *\fIconfig\fB);
10(FcPattern *\fIpat\fB);
11(FcPattern *\fIfont\fB);
12\fR.fi
13.SH "DESCRIPTION"
14.PP
15Creates a new pattern consisting of elements of \fIfont\fR not appearing
16in \fIpat\fR, elements of \fIpat\fR not appearing in \fIfont\fR and the best matching
17value from \fIpat\fR for elements appearing in both. The result is passed to
18FcConfigSubstituteWithPat with \fIkind\fR FcMatchFont and then returned.
19.SH "VERSION"
20.PP
21Fontconfig version 2.8.0
22