1FcFontRenderPrepare(3) FcFontRenderPrepare(3)
2
3
4
6 FcFontRenderPrepare - Prepare pattern for loading font file
7
9 #include <fontconfig/fontconfig.h>
10
11 FcPattern * FcFontRenderPrepare (FcConfig *config, FcPattern *pat, FcPattern *font);
12
14 Creates a new pattern consisting of elements of font not appearing in
15 pat, elements of pat not appearing in font and the best matching value
16 from pat for elements appearing in both. The result is passed to
17 FcConfigSubstituteWithPat with kind FcMatchFont and then returned.
18
19
20
21Fontconfig 2.13.1 30 8月 2018 FcFontRenderPrepare(3)