diff options
author | Noah Levitt <nlevitt@gmail.com> | 2003-11-16 19:08:04 +0000 |
---|---|---|
committer | Noah Levitt <nlevitt@gmail.com> | 2003-11-16 19:08:04 +0000 |
commit | 8e8fcda45c07bb0934f30887282238a57cc619da (patch) | |
tree | 514e648b7b9c5b3584c232c45b14c547df941063 /fc-list | |
parent | 344a0e33618cd0e9f620b5fa55969602d775934c (diff) |
Add some example usages.
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/fc-list.sgml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fc-list/fc-list.sgml b/fc-list/fc-list.sgml index 9162e244..d0ec733e 100644 --- a/fc-list/fc-list.sgml +++ b/fc-list/fc-list.sgml @@ -129,6 +129,29 @@ manpage.1: manpage.sgml </varlistentry> </variablelist> </refsect1> + + <refsect1> + <title>EXAMPLES</title> + + <variablelist> + <varlistentry> + <term>fc-list</term> + <listitem><para>Lists all font faces.</para></listitem> + </varlistentry> + <varlistentry> + <term>fc-list :lang=hi</term> + <listitem><para>Lists font faces that cover Hindi.</para></listitem> + </varlistentry> + <varlistentry> + <term>fc-list : family style file spacing </term> + <listitem><para>Lists the filename and spacing value for each font + face. <quote>:</quote> is an empty pattern that matches all + fonts.</para></listitem> + </varlistentry> + </variablelist> + + </refsect1> + <refsect1> <title>SEE ALSO</title> |