diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | fc-list/fc-list.sgml | 23 |
2 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2003-11-16 Noah Levitt <nlevitt@columbia.edu> + + * fc-list/fc-list.sgml: Add some example usages. + 2003-11-10 Roozbeh Pournader <roozbeh@sharif.edu> * src/fcxml.c: 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> |