Blame doc/FcFreeTypeQueryAll.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcFreeTypeQueryAll" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcFreeTypeQueryAll \- compute all patterns from font file (and index)
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig.h>
Packit 352660
#include <fcfreetype.h>
Packit 352660
.sp
Packit 352660
unsigned int FcFreeTypeQueryAll (const FcChar8 *\fIfile\fB, int \fIid\fB, FcBlanks *\fIblanks\fB, int *\fIcount\fB, FcFontSet *\fIset\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Constructs patterns found in 'file'.
Packit 352660
If id is -1, then all patterns found in 'file' are added to 'set'.
Packit 352660
Otherwise, this function works exactly like FcFreeTypeQuery().
Packit 352660
The number of faces in 'file' is returned in 'count'.
Packit 352660
The number of patterns added to 'set' is returned.
Packit 352660
FcBlanks is deprecated, \fIblanks\fR is ignored and
Packit 352660
accepted only for compatibility with older code.
Packit 352660
.SH "SINCE"
Packit 352660
.PP
Packit 352660
version 2.12.91