fontconfig: Branch 'master'

[email protected] (Behdad Esfahbod)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 doc/fcfreetype.fncs |   31 +++++++++++++++++++++++++++++--
 1 file changed, 29 insertions(+), 2 deletions(-)

New commits:
commit 0757556ddfdce26e73df12459068464224116150
Author: Behdad Esfahbod <[email protected]>
Date:   Wed Sep 20 13:07:02 2017 -0700

    Document FcFreeTypeQueryAll()

diff --git a/doc/fcfreetype.fncs b/doc/fcfreetype.fncs
index 15a9fc4..0c3823d 100644
--- a/doc/fcfreetype.fncs
+++ b/doc/fcfreetype.fncs
@@ -83,8 +83,35 @@ widths.
 @TYPE4@         int *				@ARG4@          count      
 @PURPOSE@	compute pattern from font file (and index)
 @DESC@
-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, <parameter>blanks</parameter> is ignored and
+accepted only for compatibility with older code.
+@@
+
+unsigned int
+FcFreeTypeQueryAll(const FcChar8	*file,
+		   int			id,
+		   FcBlanks		*blanks,
+		   int			*count,
+		   FcFontSet            *set)
+@SYNOPSIS@
+#include &lt;fontconfig.h&gt;
+#include &lt;fcfreetype.h&gt;
+@RET@           unsigned int
+@FUNC@          FcFreeTypeQueryAll
+@TYPE1@         const FcChar8 *			@ARG1@          file
+@TYPE2@         int%				@ARG2@          id
+@TYPE3@         FcBlanks *			@ARG3@          blanks
+@TYPE4@         int *				@ARG4@          count
+@TYPE5@         FcFontSet *			@ARG5@          set
+@PURPOSE@	compute all patterns from font file (and index)
+@DESC@
+Constructs patterns found in 'file'.
+If id is -1, then all patterns found in 'file' are added to 'set'.
+Otherwise, this function works exactly like FcFreeTypeQuery().
+The number of faces in 'file' is returned in 'count'.
+The number of patterns added to 'set' is returned.
 FcBlanks is deprecated, <parameter>blanks</parameter> is ignored and
 accepted only for compatibility with older code.
 @@
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.