Blame doc/FcFreeTypeCharIndex.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcFreeTypeCharIndex" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcFreeTypeCharIndex \- map Unicode to glyph id
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig.h>
Packit 352660
#include <fcfreetype.h>
Packit 352660
.sp
Packit 352660
FT_UInt FcFreeTypeCharIndex (FT_Face \fIface\fB, FcChar32 \fIucs4\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Maps a Unicode char to a glyph index. This function uses information from
Packit 352660
several possible underlying encoding tables to work around broken fonts.
Packit 352660
As a result, this function isn't designed to be used in performance
Packit 352660
sensitive areas; results from this function are intended to be cached by
Packit 352660
higher level functions.