1FcFreeTypeQueryFace(3) FcFreeTypeQueryFace(3)
2
3
4
6 FcFreeTypeQueryFace - compute pattern from FT_Face
7
9 #include <fontconfig.h>
10 #include <fcfreetype.h>
11
12 FcPattern * FcFreeTypeQueryFace (const FT_Face face, const char *file, int id, FcBlanks *blanks);
13
15 Constructs a pattern representing 'face'. 'file' and 'id' are used
16 solely as data for pattern elements (FC_FILE, FC_INDEX and sometimes
17 FC_FAMILY).
18
20 Fontconfig version 2.4.2
21
22
23
24 11 May 2007 FcFreeTypeQueryFace(3)