diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2014-12-13 18:21:16 +0000 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2014-12-15 19:22:07 +0900 |
commit | af5864419441e12f1951c7cfd0a742b6316934cc (patch) | |
tree | 0910133a88fd3a09b9cac80d9c75914f74d3fa4a /doc | |
parent | 66db69a6d991945f96feb1da683a2e04ea396842 (diff) |
Generate documentation for FcWeight* functions.
The SGML for these functions exists, and they are named as manpages,
but because they are not mentioned in fontconfig-devel.sgml, no
documentation is ever generated, and installation under --enable-docs
fails.
(The documentation I have written in fontconfig-devel.sgml is boilerplate
so I can get the manpages generated. It's probably wrong.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fontconfig-devel.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index 9f3613aa..7410ef0c 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -20,6 +20,7 @@ <!ENTITY fcstring SYSTEM "fcstring.sgml"> <!ENTITY fcstrset SYSTEM "fcstrset.sgml"> <!ENTITY fcvalue SYSTEM "fcvalue.sgml"> +<!ENTITY fcweight SYSTEM "fcweight.sgml"> <!ENTITY version SYSTEM "version.sgml"> ]> <!-- @@ -537,6 +538,12 @@ Provides for application-specified symbolic constants for font names. </para> &fcconstant; </sect2> + <sect2><title>FcWeight</title> + <para> +Maps weights to and from OpenType weights. + </para> + &fcweight; + </sect2> <sect2><title>FcBlanks</title> <para> An FcBlanks object holds a list of Unicode chars which are expected to |