1FcFontRenderPrepare(3) FcFontRenderPrepare(3)
2
3
4
6 FcFontRenderPrepare - Prepare pattern for loading font file
7
9 #include <fontconfig.h>
10
11 FcPattern * FcFontRenderPrepare(FcConfig *config);
12 (FcPattern *pat);
13 (FcPattern *font);
14 .fi
15
17 Creates a new pattern consisting of elements of font not appearing in
18 pat, elements of pat not appearing in font and the best matching value
19 from pat for elements appearing in both. The result is passed to
20 FcConfigSubstituteWithPat with kind FcMatchFont and then returned.
21
23 Fontconfig version 2.8.0
24
25
26
27 18 November 2009 FcFontRenderPrepare(3)