summaryrefslogtreecommitdiff
path: root/fc-list/fc-list.sgml
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-13 02:24:42 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-02-13 16:53:56 -0800
commit29874098537e763e8e4cd3fefb1ecc0f36b808a5 (patch)
tree89c21bdd57d49373ab772d23c55fd40b9ab9320a /fc-list/fc-list.sgml
parent77c0d8bce86ca088782d5631617c0ef681d91312 (diff)
downloadfontconfig-29874098537e763e8e4cd3fefb1ecc0f36b808a5.tar.gz
Implement fc-list --verbose (#13015)
A private FcObjectGetSet() is implemented that provides an FcObjectSet of all registered elements. FcFontSetList() is then modified to use the object set from FcObjectGetSet() if provided object-set is NULL. Alternatively FcObjectGetSet() can be made public. In that case fc-list can use that as a base if --verbose is included, and also add any elements provided by the user (though that has no effect, as all elements from the cache are already registered). Currently fc-list ignores user-provided elements if --verbose is specified.
Diffstat (limited to 'fc-list/fc-list.sgml')
-rw-r--r--fc-list/fc-list.sgml10
1 files changed, 7 insertions, 3 deletions
diff --git a/fc-list/fc-list.sgml b/fc-list/fc-list.sgml
index fbd0b0d..f4a3147 100644
--- a/fc-list/fc-list.sgml
+++ b/fc-list/fc-list.sgml
@@ -76,8 +76,10 @@ manpage.1: manpage.sgml
<title>DESCRIPTION</title>
<para><command>&dhpackage;</command> lists fonts and styles
- available on the system for applications using fontconfig.</para>
-
+ available on the system for applications using fontconfig.
+ With <option>--verbose</option>, the whole font pattern
+ for each font is printed, otherwise only the elements requested
+ are printed (family and style if none provided).</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
@@ -92,7 +94,9 @@ manpage.1: manpage.sgml
<option>--verbose</option>
</term>
<listitem>
- <para>Display status information while busy.</para>
+ <para>Print whole font pattern for each match. Provided
+ <replaceable>element</replaceable>s are ignored in this
+ case.</para>
</listitem>
</varlistentry>
<varlistentry>