FcFreeTypeQueryAll (3) Linux Manual Page
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); DescriptionConstructs patterns found in ‘file’. If id is -1, then all patterns found in ‘file’ are added to ‘set’. Otherwise, this function works exactly like FcFreeTypeQuery(). The…
