FcFreeTypeQueryAll(3) FcFreeTypeQueryAll(3)
NAME
FcFreeTypeQueryAll - compute all patterns from font file (and index)
SYNOPSIS
#include <fontconfig.h> #include <fcfreetype.h>
unsigned int FcFreeTypeQueryAll (const FcChar8 *file, int id, FcBlanks
*blanks, int *count, FcFontSet *set);
DESCRIPTION
Constructs patterns found in 'file'. If id is -1, then all patterns
found in 'file' are added to 'set'. Otherwise, this function works ex-
actly like FcFreeTypeQuery(). The number of faces in 'file' is re-
turned in 'count'. The number of patterns added to 'set' is returned.
FcBlanks is deprecated, blanks is ignored and accepted only for compat-
ibility with older code.
SINCE
version 2.12.91
Fontconfig 2.13.1 23 March 2022 FcFreeTypeQueryAll(3)
Generated by dwww version 1.14 on Sat Jun 13 11:17:06 CEST 2026.