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

FcFreeTypeCharSetAndSpacing - compute Unicode coverage and spacing type

Description

Scans a FreeType face and returns the set of encoded Unicode chars. FcBlanks is deprecated, blanks is ignored and accepted only for compatibility with older code. spacing receives the computed spacing type of the font, one of FC_MONO for a font where all glyphs have the same width, FC_DUAL, where the font has glyphs in precisely two widths, one twice as wide as the other, or FC_PROPORTIONAL where the font has glyphs of many widths. Fontconfig 2.15.0 04 July 2025 FcFreeTypeCharSetAndSpacing(3)

Name

FcFreeTypeCharSetAndSpacing - compute Unicode coverage and spacing type

Synopsis

#include<fontconfig.h>#include<fcfreetype.h>FcCharSet*FcFreeTypeCharSetAndSpacing(FT_Faceface,FcBlanks*blanks,int*spacing);

See Also