Upload tizen 2.0 beta source
[framework/graphics/fontconfig.git] / doc / FcFreeTypeCharSetAndSpacing.3
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "FcFreeTypeCharSetAndSpacing" "3" "11 3月 2012" "" ""
7
8 .SH NAME
9 FcFreeTypeCharSetAndSpacing \- compute Unicode coverage and spacing type
10 .SH SYNOPSIS
11 .sp
12 \fB#include <fontconfig.h>
13 #include <fcfreetype.h>
14 .sp
15 FcCharSet * FcFreeTypeCharSetAndSpacing (FT_Face \fIface\fB, FcBlanks *\fIblanks\fB, int *\fIspacing\fB);
16 \fR
17 .SH "DESCRIPTION"
18 .PP
19 Scans a FreeType face and returns the set of encoded Unicode chars.
20 This scans
21 several encoding tables to build as complete a list as possible.  
22 If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs
23 not in 'blanks' are not placed in the returned FcCharSet.
24 \fIspacing\fR receives the computed spacing type of the
25 font, one of FC_MONO for a font where all glyphs have the same width,
26 FC_DUAL, where the font has glyphs in precisely two widths, one twice as
27 wide as the other, or FC_PROPORTIONAL where the font has glyphs of many
28 widths.
29 .SH "VERSION"
30 .PP
31 Fontconfig version 2.9.0