from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcFontRenderPrepare
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcFontRenderPrepare - Prepare pattern for loading font file
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcPattern * FcFontRenderPrepare (FcConfig *config, FcPattern *pat, FcPattern *font);
DESCRIPTION
Creates a new pattern consisting of elements of font not appearing
in pat, elements of pat not appearing in font and the best matching
value from pat for elements appearing in both. The result is passed to
FcConfigSubstituteWithPat with kind FcMatchFont and then returned.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|