Blob Blame History Raw
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcFreeTypeQueryFace" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
.SH NAME
FcFreeTypeQueryFace \- compute pattern from FT_Face
.SH SYNOPSIS
.nf
\fB#include <fontconfig.h>
#include <fcfreetype.h>
.sp
FcPattern * FcFreeTypeQueryFace (const FT_Face \fIface\fB, const FcChar8 *\fIfile\fB, int \fIid\fB, FcBlanks *\fIblanks\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Constructs a pattern representing 'face'. 'file' and 'id' are used solely as
data for pattern elements (FC_FILE, FC_INDEX and sometimes FC_FAMILY).
FcBlanks is deprecated, \fIblanks\fR is ignored and
accepted only for compatibility with older code.