1FcFreeTypeQueryAll(3)                                    FcFreeTypeQueryAll(3)
2
3
4

NAME

6       FcFreeTypeQueryAll - compute all patterns from font file (and index)
7

SYNOPSIS

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

DESCRIPTION

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 ex‐
17       actly  like  FcFreeTypeQuery().   The  number of faces in 'file' is re‐
18       turned in 'count'.  The number of patterns added to 'set' is  returned.
19       FcBlanks is deprecated, blanks is ignored and accepted only for compat‐
20       ibility with older code.
21

SINCE

23       version 2.12.91
24
25
26
27Fontconfig 2.13.93               28 11月 2020            FcFreeTypeQueryAll(3)
Impressum