]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fontconfig-devel.sgml
Yet more cleanups to finish getting 'make distcheck' working This has been
[fontconfig.git] / doc / fontconfig-devel.sgml
index 1528fbc77c2297d7cc89a5d7d17992b146e74a6b..b2fd21c573382cd79a8d0a51b2531ad7865fc92e 100644 (file)
@@ -15,6 +15,7 @@
 <!ENTITY fcstring SYSTEM "fcstring.sgml">
 <!ENTITY fcstrset SYSTEM "fcstrset.sgml">
 <!ENTITY fcvalue SYSTEM "fcvalue.sgml">
+<!ENTITY version SYSTEM "version.sgml">
 ]>
 <!--
     $Id$
@@ -40,7 +41,7 @@
     PERFORMANCE OF THIS SOFTWARE.
 -->
 <article>
-       <title>Fontconfig Developers Reference</title>
+       <title>Fontconfig Developers Reference, Version &version; </title>
        <artheader>
                <author>
                        <firstname>Keith</firstname>
@@ -51,7 +52,7 @@
                </author>
                <authorinitials>KRP</authorinitials>
                <productname>Fontconfig</productname>
-               <productnumber>2.1.91</productnumber>
+               <productnumber>&version;</productnumber>
                <LegalNotice>
                        <simpara>               
 Copyright © 2002 Keith Packard
@@ -76,14 +77,6 @@ PERFORMANCE OF THIS SOFTWARE.
                        </simpara>
                </LegalNotice>
        </artheader>
-<!--
-<refsynopsisdiv>
-  <synopsis>
-  #include &lt;fontconfig/fontconfig.h&gt;
-  #include &lt;fontconfig/fcfreetype.h&gt;
-  </synopsis>
-</refsynopsisdiv>
--->
 <sect1><title>DESCRIPTION</title>
   <para>
 Fontconfig is a library designed to provide system-wide font configuration,
@@ -146,8 +139,8 @@ convenience for the applications rendering mechanism.
     aspect         FC_ASPECT            Double  Stretches glyphs horizontally
                                                 before hinting
     pixelsize      FC_PIXEL_SIZE        Double  Pixel size
-    spacing        FC_SPACING           Int     Proportional, monospace or
-                                                charcell
+    spacing        FC_SPACING           Int     Proportional, dual-width,
+                                                monospace or charcell
     foundry        FC_FOUNDRY           String  Font foundry name
     antialias      FC_ANTIALIAS         Bool    Whether glyphs can be
                                                 antialiased
@@ -483,6 +476,7 @@ consistent and complete version of the config file is always available.
     <para>
 These routines work with font files and directories, including font
 directory cache files.
+    </para>
     &fcfile;
   </sect2>
   <sect2><title>FcStrSet and FcStrList</title>