diff options
Diffstat (limited to 'doc/fontconfig-devel/fcfontsort.html')
-rw-r--r-- | doc/fontconfig-devel/fcfontsort.html | 238 |
1 files changed, 238 insertions, 0 deletions
diff --git a/doc/fontconfig-devel/fcfontsort.html b/doc/fontconfig-devel/fcfontsort.html new file mode 100644 index 0000000..19e7c71 --- /dev/null +++ b/doc/fontconfig-devel/fcfontsort.html @@ -0,0 +1,238 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> +<HTML +><HEAD +><TITLE +>FcFontSort</TITLE +><META +NAME="GENERATOR" +CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK +REL="HOME" +HREF="index.html"><LINK +REL="UP" +TITLE="FcConfig" +HREF="x102.html#AEN2658"><LINK +REL="PREVIOUS" +TITLE="FcFontMatch" +HREF="fcfontmatch.html"><LINK +REL="NEXT" +TITLE="FcFontRenderPrepare" +HREF="fcfontrenderprepare.html"></HEAD +><BODY +CLASS="REFENTRY" +BGCOLOR="#FFFFFF" +TEXT="#000000" +LINK="#0000FF" +VLINK="#840084" +ALINK="#0000FF" +><DIV +CLASS="NAVHEADER" +><TABLE +SUMMARY="Header navigation table" +WIDTH="100%" +BORDER="0" +CELLPADDING="0" +CELLSPACING="0" +><TR +><TH +COLSPAN="3" +ALIGN="center" +></TH +></TR +><TR +><TD +WIDTH="10%" +ALIGN="left" +VALIGN="bottom" +><A +HREF="fcfontmatch.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="80%" +ALIGN="center" +VALIGN="bottom" +></TD +><TD +WIDTH="10%" +ALIGN="right" +VALIGN="bottom" +><A +HREF="fcfontrenderprepare.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +></TABLE +><HR +ALIGN="LEFT" +WIDTH="100%"></DIV +><H1 +><A +NAME="FCFONTSORT" +></A +>FcFontSort</H1 +><DIV +CLASS="REFNAMEDIV" +><A +NAME="AEN3228" +></A +><H2 +>Name</H2 +>FcFontSort -- Return list of matching fonts</DIV +><DIV +CLASS="REFSYNOPSISDIV" +><A +NAME="AEN3231" +></A +><H2 +>Synopsis</H2 +><DIV +CLASS="FUNCSYNOPSIS" +><P +></P +><A +NAME="AEN3232" +></A +><PRE +CLASS="FUNCSYNOPSISINFO" +>#include <fontconfig.h> + </PRE +><P +><CODE +><CODE +CLASS="FUNCDEF" +>FcFontSet * FcFontSort</CODE +>(FcConfig *config, FcPattern *p, FcBool trim, FcCharSet **csp, FcResult *result);</CODE +></P +><P +></P +></DIV +></DIV +><DIV +CLASS="REFSECT1" +><A +NAME="AEN3247" +></A +><H2 +>Description</H2 +><P +>Returns the list of fonts sorted by closeness to <CODE +CLASS="PARAMETER" +>p</CODE +>. If <CODE +CLASS="PARAMETER" +>trim</CODE +> is FcTrue, +elements in the list which don't include Unicode coverage not provided by +earlier elements in the list are elided. The union of Unicode coverage of +all of the fonts is returned in <CODE +CLASS="PARAMETER" +>csp</CODE +>, if <CODE +CLASS="PARAMETER" +>csp</CODE +> is not NULL. This function +should be called only after FcConfigSubstitute and FcDefaultSubstitute have +been called for <CODE +CLASS="PARAMETER" +>p</CODE +>; otherwise the results will not be correct. + </P +><P +>The returned FcFontSet references FcPattern structures which may be shared +by the return value from multiple FcFontSort calls, applications must not +modify these patterns. Instead, they should be passed, along with <CODE +CLASS="PARAMETER" +>p</CODE +> to +<CODE +CLASS="FUNCTION" +>FcFontRenderPrepare</CODE +> which combines them into a complete pattern. + </P +><P +>The FcFontSet returned by FcFontSort is destroyed by calling FcFontSetDestroy. +If <CODE +CLASS="PARAMETER" +>config</CODE +> is NULL, the current configuration is used. + </P +></DIV +><DIV +CLASS="REFSECT1" +><A +NAME="AEN3260" +></A +><H2 +>Version</H2 +><P +>Fontconfig version 2.9.0 + + </P +></DIV +><DIV +CLASS="NAVFOOTER" +><HR +ALIGN="LEFT" +WIDTH="100%"><TABLE +SUMMARY="Footer navigation table" +WIDTH="100%" +BORDER="0" +CELLPADDING="0" +CELLSPACING="0" +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +><A +HREF="fcfontmatch.html" +ACCESSKEY="P" +>Prev</A +></TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="index.html" +ACCESSKEY="H" +>Home</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +><A +HREF="fcfontrenderprepare.html" +ACCESSKEY="N" +>Next</A +></TD +></TR +><TR +><TD +WIDTH="33%" +ALIGN="left" +VALIGN="top" +>FcFontMatch</TD +><TD +WIDTH="34%" +ALIGN="center" +VALIGN="top" +><A +HREF="x102.html#AEN2658" +ACCESSKEY="U" +>Up</A +></TD +><TD +WIDTH="33%" +ALIGN="right" +VALIGN="top" +>FcFontRenderPrepare</TD +></TR +></TABLE +></DIV +></BODY +></HTML +>
\ No newline at end of file |