7853432d7685fe3e7d84431955e647bcd29dce11
[platform/upstream/fontconfig.git] / doc / FcFreeTypeCharSetAndSpacing.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeCharSetAndSpacing" "3" "09 3月 2015" "Fontconfig 2.11.93" ""
3 .SH NAME
4 FcFreeTypeCharSetAndSpacing \- compute Unicode coverage and spacing type
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 #include <fcfreetype.h>
9 .sp
10 FcCharSet * FcFreeTypeCharSetAndSpacing (FT_Face \fIface\fB, FcBlanks *\fIblanks\fB, int *\fIspacing\fB);
11 .fi\fR
12 .SH "DESCRIPTION"
13 .PP
14 Scans a FreeType face and returns the set of encoded Unicode chars.
15 This scans
16 several encoding tables to build as complete a list as possible. 
17 If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs
18 not in 'blanks' are not placed in the returned FcCharSet.
19 \fIspacing\fR receives the computed spacing type of the
20 font, one of FC_MONO for a font where all glyphs have the same width,
21 FC_DUAL, where the font has glyphs in precisely two widths, one twice as
22 wide as the other, or FC_PROPORTIONAL where the font has glyphs of many
23 widths.