diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-12-29 20:00:26 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-02-13 16:54:04 -0800 |
commit | 0c93b91db0cdf7c5e901477c266b45c8baeadd00 (patch) | |
tree | fd3df21df4f20d88a9af8426533fcb0ed542541a /fc-query/fc-query.sgml | |
parent | 5cf04b201fb5e9dc989d30cf5c30f7575dda56bc (diff) |
Implement FcPatternFormat and use it in cmdline tools (bug #17107)
Still need to add more features, but the API is there, and used
by cmdline tools with -f or --format.
Diffstat (limited to 'fc-query/fc-query.sgml')
-rw-r--r-- | fc-query/fc-query.sgml | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/fc-query/fc-query.sgml b/fc-query/fc-query.sgml index 2c73129..e363db5 100644 --- a/fc-query/fc-query.sgml +++ b/fc-query/fc-query.sgml @@ -63,13 +63,17 @@ manpage.1: manpage.sgml <command>&dhpackage;</command> <arg><option>-Vh</option></arg> - <arg><option>--version</option></arg> - <arg><option>--help</option></arg> <sbr> <group> <arg><option>-i</option> <option><replaceable>index</replaceable></option></arg> <arg><option>--index</option> <option><replaceable>index</replaceable></option></arg> </group> + <group> + <arg><option>-f</option> <option><replaceable>format</replaceable></option></arg> + <arg><option>--format</option> <option><replaceable>format</replaceable></option></arg> + </group> + <arg><option>--version</option></arg> + <arg><option>--help</option></arg> <arg choice="req" rep="repeat"><option><replaceable>font-file</replaceable></option></arg> </cmdsynopsis> @@ -93,11 +97,23 @@ manpage.1: manpage.sgml <variablelist> <varlistentry> - <term><option>-h</option> - <option>--help</option> + <term><option>-i</option> + <option>--index</option> + <option><replaceable>index</replaceable></option> </term> <listitem> - <para>Show summary of options.</para> + <para>Only query face indexed <replaceable>index</replaceable> of + each file.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>-f</option> + <option>--format</option> + <option><replaceable>format</replaceable></option> + </term> + <listitem> + <para>Format output according to the format specifier + <replaceable>format</replaceable>.</para> </listitem> </varlistentry> <varlistentry> @@ -109,13 +125,11 @@ manpage.1: manpage.sgml </listitem> </varlistentry> <varlistentry> - <term><option>-i</option> - <option>--index</option> - <option><replaceable>index</replaceable></option> + <term><option>-h</option> + <option>--help</option> </term> <listitem> - <para>Only query face indexed <replaceable>index</replaceable> of - each file.</para> + <para>Show summary of options.</para> </listitem> </varlistentry> <varlistentry> @@ -142,6 +156,8 @@ manpage.1: manpage.sgml <command>fc-cache</command>(1) <command>fc-list</command>(1) <command>fc-match</command>(1) + <function>FcFreeTypeQuery</function>(3) + <function>FcPatternFormat</function>(3) </para> <para>The fontconfig user's guide, in HTML format: |