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);
13 (FcChar32 ucs4);
14 .fi
15
17 Maps a Unicode char to a glyph index. This function uses information
18 from several possible underlying encoding tables to work around broken
19 fonts. As a result, this function isn't designed to be used in perfor‐
20 mance sensitive areas; results from this function are intended to be
21 cached by higher level functions.
22
24 Fontconfig version 2.8.0
25
26
27
28 18 November 2009 FcFreeTypeCharIndex(3)