summaryrefslogtreecommitdiff
path: root/lib/fontconfig/doc/fontconfig-devel/r1283.html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fontconfig/doc/fontconfig-devel/r1283.html')
-rw-r--r--lib/fontconfig/doc/fontconfig-devel/r1283.html212
1 files changed, 212 insertions, 0 deletions
diff --git a/lib/fontconfig/doc/fontconfig-devel/r1283.html b/lib/fontconfig/doc/fontconfig-devel/r1283.html
new file mode 100644
index 000000000..ca3867f4c
--- /dev/null
+++ b/lib/fontconfig/doc/fontconfig-devel/r1283.html
@@ -0,0 +1,212 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
+<HTML
+><HEAD
+><TITLE
+>FcFreeTypeCharSetAndSpacing</TITLE
+><META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
+REL="HOME"
+HREF="index.html"><LINK
+REL="UP"
+TITLE="FreeType specific functions"
+HREF="x102.html#AEN1234"><LINK
+REL="PREVIOUS"
+TITLE="FcFreeTypeCharSet"
+HREF="r1260.html"><LINK
+REL="NEXT"
+TITLE="FcFreeTypeQuery"
+HREF="r1309.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="r1260.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="80%"
+ALIGN="center"
+VALIGN="bottom"
+></TD
+><TD
+WIDTH="10%"
+ALIGN="right"
+VALIGN="bottom"
+><A
+HREF="r1309.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+></TABLE
+><HR
+ALIGN="LEFT"
+WIDTH="100%"></DIV
+><H1
+><A
+NAME="FCFREETYPECHARSETANDSPACING"
+></A
+>FcFreeTypeCharSetAndSpacing</H1
+><DIV
+CLASS="REFNAMEDIV"
+><A
+NAME="AEN1287"
+></A
+><H2
+>Name</H2
+>FcFreeTypeCharSetAndSpacing&nbsp;--&nbsp;compute unicode coverage and spacing type</DIV
+><DIV
+CLASS="REFSYNOPSISDIV"
+><A
+NAME="AEN1290"
+></A
+><H2
+>Synopsis</H2
+><DIV
+CLASS="FUNCSYNOPSIS"
+><P
+></P
+><A
+NAME="AEN1291"
+></A
+><PRE
+CLASS="FUNCSYNOPSISINFO"
+>#include &lt;fontconfig.h&gt;
+#include &lt;fcfreetype.h&gt;
+ </PRE
+><P
+><CODE
+><CODE
+CLASS="FUNCDEF"
+>FcCharSet * FcFreeTypeCharSetAndSpacing</CODE
+>(FT_Face face, FcBlanks *blanks, int *spacing);</CODE
+></P
+><P
+></P
+></DIV
+></DIV
+><DIV
+CLASS="REFSECT1"
+><A
+NAME="AEN1302"
+></A
+><H2
+>Description</H2
+><P
+>Scans a FreeType face and returns the set of encoded Unicode chars.
+This scans
+several encoding tables to build as complete a list as possible.
+If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs
+not in 'blanks' are not placed in the returned FcCharSet.
+<CODE
+CLASS="PARAMETER"
+>spacing</CODE
+> receives the computed spacing type of the
+font, one of FC_MONO for a font where all glyphs have the same width,
+FC_DUAL, where the font has glyphs in precisely two widths, one twice as
+wide as the other, or FC_PROPORTIONAL where the font has glyphs of many
+widths.
+ </P
+></DIV
+><DIV
+CLASS="REFSECT1"
+><A
+NAME="AEN1306"
+></A
+><H2
+>Version</H2
+><P
+>Fontconfig version 2.6.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="r1260.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="r1309.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+>FcFreeTypeCharSet</TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="x102.html#AEN1234"
+ACCESSKEY="U"
+>Up</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+>FcFreeTypeQuery</TD
+></TR
+></TABLE
+></DIV
+></BODY
+></HTML
+> \ No newline at end of file