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 FcChar8 *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). FcBlanks is deprecated, blanks is ignored and accepted
18 only for compatibility with older code.
19
20
21
22Fontconfig 2.13.93 28 11月 2020 FcFreeTypeQueryFace(3)