1FcFreeTypeCharSet(3) FcFreeTypeCharSet(3)
2
3
4
6 FcFreeTypeCharSet - compute unicode coverage
7
9 #include <fontconfig.h>
10 #include <fcfreetype.h>
11
12 FcCharSet * FcFreeTypeCharSet (FT_Face face, FcBlanks *blanks);
13
15 Scans a FreeType face and returns the set of encoded Unicode chars.
16 This scans several encoding tables to build as complete a list as pos‐
17 sible. If 'blanks' is not 0, the glyphs in the font are examined and
18 any blank glyphs not in 'blanks' are not placed in the returned FcCha‐
19 rSet.
20
22 Fontconfig version 2.4.2
23
24
25
26 11 May 2007 FcFreeTypeCharSet(3)