summaryrefslogtreecommitdiff
path: root/doc/fontconfig-devel.sgml
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-03-01 20:36:48 +0000
committerKeith Packard <keithp@keithp.com>2005-03-01 20:36:48 +0000
commit0c009d2b6df523bba7a10ad148287bed2df9ebd6 (patch)
treec331e092273de67cd82e7a607131f14daa38385b /doc/fontconfig-devel.sgml
parent414f720281b416736b92913f4bcbceac1a781cde (diff)
downloadfontconfig-0c009d2b6df523bba7a10ad148287bed2df9ebd6.tar.gz
Generate and install PDF versions of the manuals
Fix formatting Add missing exported functions, fix data types Add missing pattern elements. Add missing pattern elements. Document conf.d usage, clarify available orthography list. Fix some config file attributes. Complete list of constants. Mark FC_SOURCE deprecated. Don't set FC_SOURCE any longer.
Diffstat (limited to 'doc/fontconfig-devel.sgml')
-rw-r--r--doc/fontconfig-devel.sgml10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml
index 8b60cd6..5bad9a5 100644
--- a/doc/fontconfig-devel.sgml
+++ b/doc/fontconfig-devel.sgml
@@ -138,13 +138,14 @@ convenience for the applications rendering mechanism.
each style name
fullname FC_FULLNAME String Font face full name where
different from family and
- family + style
+ family + style
fullnamelang FC_FULLNAMELANG String Language cooresponding to
each fullname
slant FC_SLANT Int Italic, oblique or roman
weight FC_WEIGHT Int Light, medium, demibold,
bold or black
size FC_SIZE Double Point size
+ width FC_WIDTH Int Condensed, normal or expanded
aspect FC_ASPECT Double Stretches glyphs horizontally
before hinting
pixelsize FC_PIXEL_SIZE Double Pixel size
@@ -155,6 +156,7 @@ convenience for the applications rendering mechanism.
antialiased
hinting FC_HINTING Bool Whether the rasterizer should
use hinting
+ hintstyle FC_HINT_STYLE Int Automatic hinting style
verticallayout FC_VERTICAL_LAYOUT Bool Use vertical layout
autohint FC_AUTOHINT Bool Use autohinter instead of
normal hinter
@@ -178,6 +180,11 @@ convenience for the applications rendering mechanism.
the font
lang FC_LANG String List of RFC-3066-style
languages this font supports
+ fontversion FC_FONTVERSION Int Version number of the font
+ capability FC_CAPABILITY String List of layout capabilities in
+ the font
+ embolden FC_EMBOLDEN Bool Rasterizer should
+ synthetically embolden the font
</programlisting>
</sect2>
</sect1>
@@ -365,6 +372,7 @@ Used as a return type for functions manipulating FcPattern objects.
FcResultTypeMismatch Object exists, but the type doesn't match
FcResultNoId Object exists, but has fewer values
than specified
+ FcResultOutOfMemory Malloc failed
</programlisting>
</para>
</sect2>