58 lines
1.7 KiB
HTML
58 lines
1.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of FcFreeTypeQueryAll</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>FcFreeTypeQueryAll</H1>
|
|
Section: (3)<BR>Updated: 06 April 2020<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<P>
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
FcFreeTypeQueryAll - compute all patterns from font file (and index)
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<P>
|
|
<B>#include <<A HREF="file:///usr/include/fontconfig.h">fontconfig.h</A>>
|
|
#include <<A HREF="file:///usr/include/fcfreetype.h">fcfreetype.h</A>>
|
|
<P>
|
|
unsigned int FcFreeTypeQueryAll (const FcChar8 *</B><I>file</I><B>, int </B><I>id</I><B>, FcBlanks *</B><I>blanks</I><B>, int *</B><I>count</I><B>, FcFontSet *</B><I>set</I><B>);
|
|
</B>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
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, <I>blanks</I> is ignored and
|
|
accepted only for compatibility with older code.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SINCE</H2>
|
|
|
|
<P>
|
|
|
|
version 2.12.91
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SINCE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:41 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|