Re: svn commit: r757172 - in /xmlgraphics/fop/trunk: ./ src/documentation/content/xdocs/trunk/ src/java/org/apache/fop/tools/fontlist/

2009-03-23 Thread spepping
This is a cute tool. About the zapfdingbats page, I only see the  
scissors and to fox line. Is that te intended rendering?


Simon

Quoting jerem...@apache.org:


Author: jeremias
Date: Sun Mar 22 11:54:39 2009
New Revision: 757172

URL: http://svn.apache.org/viewvc?rev=757172view=rev
Log:
Added a command-line tool to list all configured fonts  
(org.apache.fop.tools.fontlist.FontListMain).


+section id=font-list
+  titleFont 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:  
codeorg.apache.fop.tools.fontlist.FontListMain/code.

+Run it with the -? parameter to get help for the various options.
+  /p
+/section




This message was sent using IMP, the Internet Messaging Program.



Re: svn commit: r757172 - in /xmlgraphics/fop/trunk: ./ src/documentation/content/xdocs/trunk/ src/java/org/apache/fop/tools/fontlist/

2009-03-23 Thread Jeremias Maerki
Not intended, just not handled correctly. Please note that this is a
formerly private tool that I wanted to spend as little time on as
possible before publishing it on a sunny Sunday. The current code just
doesn't detect that it is working with a non-latin font and therefore
doesn't adjust the demo string. Everyone is invited to help improve this.

On 23.03.2009 16:26:38 spepping wrote:
 This is a cute tool. About the zapfdingbats page, I only see the  
 scissors and to fox line. Is that te intended rendering?
 
 Simon
 
 Quoting jerem...@apache.org:
 
  Author: jeremias
  Date: Sun Mar 22 11:54:39 2009
  New Revision: 757172
 
  URL: http://svn.apache.org/viewvc?rev=757172view=rev
  Log:
  Added a command-line tool to list all configured fonts  
  (org.apache.fop.tools.fontlist.FontListMain).
 
  +section id=font-list
  +  titleFont 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:  
  codeorg.apache.fop.tools.fontlist.FontListMain/code.
  +Run it with the -? parameter to get help for the various options.
  +  /p
  +/section
 
 




Jeremias Maerki