Merge branch 'upstream' into tizen
[platform/upstream/fontconfig.git] / doc / FcFreeTypeCharSet.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeCharSet" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcFreeTypeCharSet \- compute Unicode coverage
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 #include <fcfreetype.h>
9 .sp
10 FcCharSet * FcFreeTypeCharSet (FT_Face \fIface\fB, FcBlanks *\fIblanks\fB);
11 .fi\fR
12 .SH "DESCRIPTION"
13 .PP
14 Scans a FreeType face and returns the set of encoded Unicode chars.
15 FcBlanks is deprecated, \fIblanks\fR is ignored and
16 accepted only for compatibility with older code.