summaryrefslogtreecommitdiff
path: root/doc/fontconfig-devel.sgml
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-12-04 19:41:10 +0000
committerKeith Packard <keithp@keithp.com>2004-12-04 19:41:10 +0000
commit4f27c1c0a383e891890ab27c74226957ed7067aa (patch)
treeddddbb0c4358c86efb88a9efed0fa96bf9df11b8 /doc/fontconfig-devel.sgml
parentc641c77d6f1a0b378e800c9e3502ae446839a8af (diff)
Move existing fonts.conf to fonts.conf.bak
Add detection of iconv Document new selectfont elements Switch to UTF-8 in comment Add fullname, and family/style/fullname language entries Respect selectfont/*/glob Add support for selectfont Add multi-lingual family/style/fullname support Expose FcListPatternMatchAny (which selectfont/*/pattern uses) Add new FcPatternRemove/FcPatternAppend. FcObjectStaticName stores computed pattern element names which are required to be static.
Diffstat (limited to 'doc/fontconfig-devel.sgml')
-rw-r--r--doc/fontconfig-devel.sgml13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml
index b2fd21c5..a9893882 100644
--- a/doc/fontconfig-devel.sgml
+++ b/doc/fontconfig-devel.sgml
@@ -127,11 +127,20 @@ convenience for the applications rendering mechanism.
<programlisting>
Property Definitions
- Property CPP Symbol Type Description
+ Property CPP Symbol Type Description
----------------------------------------------------
- family FC_FAMILY String Font family name
+ family FC_FAMILY String Font family names
+ familylang FC_FAMILYLANG String Language cooresponding to
+ each family name
style FC_STYLE String Font style. Overrides weight
and slant
+ stylelang FC_STYLELANG String Language cooresponding to
+ each style name
+ fullname FC_FULLNAME String Font face full name where
+ different from family and
+ 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