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