logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Description

Constructs 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 number of faces in 'file' is returned in 'count'. The number of patterns added to 'set' is returned. FcBlanks is deprecated, blanks is ignored and accepted only for compatibility with older code.

Name

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

Since

version 2.12.91 Fontconfig 2.15.0 04 July 2025 FcFreeTypeQueryAll(3)

Synopsis

#include<fontconfig.h>#include<fcfreetype.h>unsignedintFcFreeTypeQueryAll(constFcChar8*file,intid,FcBlanks*blanks,int*count,FcFontSet*set);

See Also