Imported Upstream version 2.13.1
[platform/upstream/fontconfig.git] / doc / FcFreeTypeQueryFace.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcFreeTypeQueryFace" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcFreeTypeQueryFace \- compute pattern from FT_Face
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig.h>
8 #include <fcfreetype.h>
9 .sp
10 FcPattern * FcFreeTypeQueryFace (const FT_Face \fIface\fB, const FcChar8 *\fIfile\fB, int \fIid\fB, FcBlanks *\fIblanks\fB);
11 .fi\fR
12 .SH "DESCRIPTION"
13 .PP
14 Constructs a pattern representing 'face'. 'file' and 'id' are used solely as
15 data for pattern elements (FC_FILE, FC_INDEX and sometimes FC_FAMILY).
16 FcBlanks is deprecated, \fIblanks\fR is ignored and
17 accepted only for compatibility with older code.