Imported Upstream version 2.13.1
[platform/upstream/fontconfig.git] / doc / FcFreeTypeQueryAll.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeQueryAll" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcFreeTypeQueryAll \- compute all patterns from font file (and index)
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 #include <fcfreetype.h>
9 .sp
10 unsigned int FcFreeTypeQueryAll (const FcChar8 *\fIfile\fB, int \fIid\fB, FcBlanks *\fIblanks\fB, int *\fIcount\fB, FcFontSet *\fIset\fB);
11 .fi\fR
12 .SH "DESCRIPTION"
13 .PP
14 Constructs patterns found in 'file'.
15 If id is -1, then all patterns found in 'file' are added to 'set'.
16 Otherwise, this function works exactly like FcFreeTypeQuery().
17 The number of faces in 'file' is returned in 'count'.
18 The number of patterns added to 'set' is returned.
19 FcBlanks is deprecated, \fIblanks\fR is ignored and
20 accepted only for compatibility with older code.
21 .SH "SINCE"
22 .PP
23 version 2.12.91