1FcFreeTypeCharSetAndSpacing(3) FcFreeTypeCharSetAndSpacing(3)
2
3
4
6 FcFreeTypeCharSetAndSpacing - compute Unicode coverage and spacing type
7
9 #include <fontconfig.h>
10 #include <fcfreetype.h>
11
12 FcCharSet * FcFreeTypeCharSetAndSpacing (FT_Face face, FcBlanks *blanks, int *spacing);
13
15 Scans a FreeType face and returns the set of encoded Unicode chars.
16 FcBlanks is deprecated, blanks is ignored and accepted only for compat‐
17 ibility with older code. spacing receives the computed spacing type of
18 the font, one of FC_MONO for a font where all glyphs have the same
19 width, FC_DUAL, where the font has glyphs in precisely two widths, one
20 twice as wide as the other, or FC_PROPORTIONAL where the font has
21 glyphs of many widths.
22
23
24
25Fontconfig 2.14.0 31 3月 2022 FcFreeTypeCharSetAndSpacing(3)