1FcFreeTypeCharIndex(3) FcFreeTypeCharIndex(3)
2
3
4
6 FcFreeTypeCharIndex - map Unicode to glyph id
7
9 #include <fontconfig.h>
10 #include <fcfreetype.h>
11
12 FT_UInt FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
13
15 Maps a Unicode char to a glyph index. This function uses information
16 from several possible underlying encoding tables to work around broken
17 fonts. As a result, this function isn't designed to be used in perfor‐
18 mance sensitive areas; results from this function are intended to be
19 cached by higher level functions.
20
21
22
23Fontconfig 2.14.2 27 1月 2023 FcFreeTypeCharIndex(3)