Imported Upstream version 2.13.0
[platform/upstream/fontconfig.git] / doc / FcFreeTypeQuery.3
index 9669e13..0e78c99 100644 (file)
@@ -1,5 +1,5 @@
 .\" auto-generated by docbook2man-spec from docbook-utils package
-.TH "FcFreeTypeQuery" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
+.TH "FcFreeTypeQuery" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
 .SH NAME
 FcFreeTypeQuery \- compute pattern from font file (and index)
 .SH SYNOPSIS
@@ -11,5 +11,7 @@ FcPattern * FcFreeTypeQuery (const FcChar8 *\fIfile\fB, int \fIid\fB, FcBlanks *
 .fi\fR
 .SH "DESCRIPTION"
 .PP
-Constructs a pattern representing the 'id'th font in 'file'. The number
-of fonts in 'file' is returned in 'count'.
+Constructs a pattern representing the 'id'th face in 'file'. The number
+of faces in 'file' is returned in 'count'.
+FcBlanks is deprecated, \fIblanks\fR is ignored and
+accepted only for compatibility with older code.