1FcFreeTypeCharSetAndSpacing(3)                  FcFreeTypeCharSetAndSpacing(3)
2
3
4

NAME

6       FcFreeTypeCharSetAndSpacing - compute unicode coverage and spacing type
7

SYNOPSIS

9       #include <fontconfig.h>
10       #include <fcfreetype.h>
11
12       FcCharSet * FcFreeTypeCharSetAndSpacing(FT_Face face);
13       (FcBlanks *blanks);
14       (int *spacing);
15       .fi
16

DESCRIPTION

18       Scans  a  FreeType  face  and returns the set of encoded Unicode chars.
19       This scans several encoding tables to build as complete a list as  pos‐
20       sible.   If  'blanks' is not 0, the glyphs in the font are examined and
21       any blank glyphs not in 'blanks' are not placed in the returned  FcCha‐
22       rSet.   spacing  receives the computed spacing type of the font, one of
23       FC_MONO for a font where all glyphs have the same width, FC_DUAL, where
24       the  font  has glyphs in precisely two widths, one twice as wide as the
25       other, or FC_PROPORTIONAL where the font has glyphs of many widths.
26

VERSION

28       Fontconfig version 2.8.0
29
30
31
32                               18 November 2009 FcFreeTypeCharSetAndSpacing(3)
Impressum