1afde0c89d8608ad3178b4937f48da9a42bb63ac
[platform/upstream/fontconfig.git] / doc / FcFreeTypeCharSet.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeCharSet" "3" "09 3月 2015" "Fontconfig 2.11.93" ""
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. This scans
15 several encoding tables to build as complete a list as possible. 
16 If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs
17 not in 'blanks' are not placed in the returned FcCharSet.