1FcFreeTypeCharIndex(3)                                  FcFreeTypeCharIndex(3)
2
3
4

NAME

6       FcFreeTypeCharIndex - map Unicode to glyph id
7

SYNOPSIS

9       #include <fontconfig.h>
10       #include <fcfreetype.h>
11
12       FT_UInt FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4);
13

DESCRIPTION

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.13.93               28 11月 2020           FcFreeTypeCharIndex(3)
Impressum