jduranmaster / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

fop-support not working with space caracters in file names #54

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
No font xml files are generated with there are either space in font names or in 
path names.

It causes the following message:

java org.apache.fop.fonts.apps.TTFReader [options] fontfile.ttf xmlfile.xml

where options can be:
-d  Debug mode
-q  Quiet mode
-enc ansi
    With this option you create a WinAnsi encoded font.
    The default is to create a CID keyed font.
    If you're not going to use characters outside the
    pdfencoding range (almost the same as iso-8889-1)
    you can add this option.
-ttcname <fontname>
    If you're reading data from a TrueType Collection
    (.ttc file) you must specify which font from the
    collection you will read metrics from. If you read
    from a .ttc file without this option, the fontnames
    will be listed for you.
 -fn <fontname>
    default is to use the fontname in the .ttf file, but
    you can override that name to make sure that the
    embedded font is used (if you're embedding fonts)
    instead of installed fonts when viewing documents 
    with Acrobat Reader.
TTF Reader for Apache FOP 0.95

Original issue reported on code.google.com by MimilO...@gmail.com on 11 Aug 2010 at 3:09

GoogleCodeExporter commented 8 years ago
use of String.split(" ") has been removed

Original comment by MimilO...@gmail.com on 12 Aug 2010 at 7:12