Blame doc/FcFreeTypeCharSetAndSpacing.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcFreeTypeCharSetAndSpacing" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcFreeTypeCharSetAndSpacing \- compute Unicode coverage and spacing type
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig.h>
Packit 352660
#include <fcfreetype.h>
Packit 352660
.sp
Packit 352660
FcCharSet * FcFreeTypeCharSetAndSpacing (FT_Face \fIface\fB, FcBlanks *\fIblanks\fB, int *\fIspacing\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Scans a FreeType face and returns the set of encoded Unicode chars.
Packit 352660
FcBlanks is deprecated, \fIblanks\fR is ignored and
Packit 352660
accepted only for compatibility with older code.
Packit 352660
\fIspacing\fR receives the computed spacing type of the
Packit 352660
font, one of FC_MONO for a font where all glyphs have the same width,
Packit 352660
FC_DUAL, where the font has glyphs in precisely two widths, one twice as
Packit 352660
wide as the other, or FC_PROPORTIONAL where the font has glyphs of many
Packit 352660
widths.