Imported Upstream version 2.13.0
[platform/upstream/fontconfig.git] / doc / FcFreeTypeCharSetAndSpacing.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeCharSetAndSpacing" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
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 FcBlanks is deprecated, \fIblanks\fR is ignored and
16 accepted only for compatibility with older code.
17 \fIspacing\fR receives the computed spacing type of the
18 font, one of FC_MONO for a font where all glyphs have the same width,
19 FC_DUAL, where the font has glyphs in precisely two widths, one twice as
20 wide as the other, or FC_PROPORTIONAL where the font has glyphs of many
21 widths.