1FcFreeTypeQueryAll(3) FcFreeTypeQueryAll(3)
2
3
4
6 FcFreeTypeQueryAll - compute all patterns from font file (and index)
7
9 #include <fontconfig.h>
10 #include <fcfreetype.h>
11
12 unsigned int FcFreeTypeQueryAll (const FcChar8 *file, int id, FcBlanks *blanks, int *count, FcFontSet *set);
13
15 Constructs patterns found in 'file'. If id is -1, then all patterns
16 found in 'file' are added to 'set'. Otherwise, this function works
17 exactly like FcFreeTypeQuery(). The number of faces in 'file' is
18 returned in 'count'. The number of patterns added to 'set' is
19 returned. FcBlanks is deprecated, blanks is ignored and accepted only
20 for compatibility with older code.
21
23 version 2.12.91
24
25
26
27Fontconfig 2.13.92 09 8月 2019 FcFreeTypeQueryAll(3)