diff options
author | Keith Packard <keithp@keithp.com> | 2004-12-04 22:06:52 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-12-04 22:06:52 +0000 |
commit | dbf68dd5fe2f936af53891a240601c727bdcf09d (patch) | |
tree | 7217dee4eb5ef01ad9ddae04dbd440446ec5f34d /doc/fontconfig-user.sgml | |
parent | 4f27c1c0a383e891890ab27c74226957ed7067aa (diff) |
Fix typo.
Add detection for font capabilities (bug #105)
reviewed by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/fontconfig-user.sgml')
-rw-r--r-- | doc/fontconfig-user.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fontconfig-user.sgml b/doc/fontconfig-user.sgml index ca0f9b79..afe1c487 100644 --- a/doc/fontconfig-user.sgml +++ b/doc/fontconfig-user.sgml @@ -319,6 +319,7 @@ elements have a matching value, then the pattern matches the font. This can be used to select fonts based on attributes of the font (scalable, bold, etc), which is a more reliable mechanism than using file extensions. Pattern elements include patelt elements. + </para></refsect2> <refsect2><title><sgmltag>patelt name="property"</></title><para> Patelt elements hold a single pattern element and list of values. They must have a 'name' attribute which indicates the pattern element name. Patelt |