xenocara/lib/fontconfig/doc/fontconfig-devel/r1056.html

242 lines
3.6 KiB
HTML
Raw Normal View History

2006-12-31 07:57:18 -07:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>FcFontSetSort</TITLE
2006-12-31 07:57:18 -07:00
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
HREF="index.html"><LINK
REL="UP"
TITLE="FcFontSet"
HREF="x102.html#AEN899"><LINK
2006-12-31 07:57:18 -07:00
REL="PREVIOUS"
TITLE="FcFontSetPrint"
HREF="r1034.html"><LINK
2006-12-31 07:57:18 -07:00
REL="NEXT"
TITLE="FcFontSetSortDestroy"
HREF="r1099.html"></HEAD
2006-12-31 07:57:18 -07:00
><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="r1034.html"
2006-12-31 07:57:18 -07:00
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="r1099.html"
2006-12-31 07:57:18 -07:00
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="FCFONTSETSORT"
2006-12-31 07:57:18 -07:00
></A
>FcFontSetSort</H1
2006-12-31 07:57:18 -07:00
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN1060"
2006-12-31 07:57:18 -07:00
></A
><H2
>Name</H2
>FcFontSetSort&nbsp;--&nbsp;Add to a font set</DIV
2006-12-31 07:57:18 -07:00
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN1063"
2006-12-31 07:57:18 -07:00
></A
><H2
>Synopsis</H2
><DIV
CLASS="FUNCSYNOPSIS"
><P
></P
><A
NAME="AEN1064"
2006-12-31 07:57:18 -07:00
></A
><PRE
CLASS="FUNCSYNOPSISINFO"
>#include &lt;fontconfig.h&gt;
</PRE
><P
><CODE
><CODE
CLASS="FUNCDEF"
> FcFontSetSort</CODE
>(FcConfig *config, FcFontSet **sets, intnsets, FcPattern *pattern, FcBool trim, FcCharSet **csp, FcResult *result);</CODE
2006-12-31 07:57:18 -07:00
></P
><P
></P
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN1083"
2006-12-31 07:57:18 -07:00
></A
><H2
>Description</H2
><P
>Returns the list of fonts from <CODE
2006-12-31 07:57:18 -07:00
CLASS="PARAMETER"
>sets</CODE
>
sorted by closeness to <CODE
CLASS="PARAMETER"
>pattern</CODE
>.
If <CODE
2006-12-31 07:57:18 -07:00
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
2006-12-31 07:57:18 -07:00
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.
2006-12-31 07:57:18 -07:00
</P
><P
>The returned FcFontSet references FcPattern structures which may be shared
by the return value from multiple FcFontSort calls, applications cannot
modify these patterns. Instead, they should be passed, along with
<CODE
2006-12-31 07:57:18 -07:00
CLASS="PARAMETER"
>pattern</CODE
2006-12-31 07:57:18 -07:00
> to
<CODE
CLASS="FUNCTION"
>FcFontRenderPrepare</CODE
> which combines them into a complete pattern.
2006-12-31 07:57:18 -07:00
</P
><P
>The FcFontSet returned by FcFontSetSort is destroyed by caling FcFontSetDestroy.
2006-12-31 07:57:18 -07:00
</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN1096"
2006-12-31 07:57:18 -07:00
></A
><H2
>Version</H2
><P
>Fontconfig version 2.6.0
2006-12-31 07:57:18 -07:00
</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="r1034.html"
2006-12-31 07:57:18 -07:00
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="r1099.html"
2006-12-31 07:57:18 -07:00
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>FcFontSetPrint</TD
2006-12-31 07:57:18 -07:00
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="x102.html#AEN899"
2006-12-31 07:57:18 -07:00
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>FcFontSetSortDestroy</TD
2006-12-31 07:57:18 -07:00
></TR
></TABLE
></DIV
></BODY
></HTML
>