diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-03-22 11:54:39 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-03-22 11:54:39 +0000 |
commit | 43ecaa845e9042fda99f8b5e91834e8d4b2c1689 (patch) | |
tree | 1b88529949d0e68e40eee848b4fc83256e2ac518 /src/documentation | |
parent | 085000aa2a34f78a73b6ed23112d6ad16e707ec2 (diff) | |
download | xmlgraphics-fop-43ecaa845e9042fda99f8b5e91834e8d4b2c1689.tar.gz xmlgraphics-fop-43ecaa845e9042fda99f8b5e91834e8d4b2c1689.zip |
Added a command-line tool to list all configured fonts (org.apache.fop.tools.fontlist.FontListMain).
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@757172 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/fonts.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/fonts.xml b/src/documentation/content/xdocs/trunk/fonts.xml index 261e6faf3..9fa34552b 100644 --- a/src/documentation/content/xdocs/trunk/fonts.xml +++ b/src/documentation/content/xdocs/trunk/fonts.xml @@ -545,5 +545,13 @@ </ul> <p>Character-by-Character is NOT yet supported!</p> </section> + <section id="font-list"> + <title>Font List Command-Line Tool</title> + <p> + FOP contains a small command-line tool that lets you generate a list of all configured + fonts. Its class name is: <code>org.apache.fop.tools.fontlist.FontListMain</code>. + Run it with the "-?" parameter to get help for the various options. + </p> + </section> </body> </document> |