Imported Upstream version 2.13.0
[platform/upstream/fontconfig.git] / doc / FcFreeTypeQuery.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeQuery" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcFreeTypeQuery \- compute pattern from font file (and index)
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 #include <fcfreetype.h>
9 .sp
10 FcPattern * FcFreeTypeQuery (const FcChar8 *\fIfile\fB, int \fIid\fB, FcBlanks *\fIblanks\fB, int *\fIcount\fB);
11 .fi\fR
12 .SH "DESCRIPTION"
13 .PP
14 Constructs a pattern representing the 'id'th face in 'file'. The number
15 of faces in 'file' is returned in 'count'.
16 FcBlanks is deprecated, \fIblanks\fR is ignored and
17 accepted only for compatibility with older code.