Re: [xep-support] Command line options

From: David Tolpin (dvd@renderx.com)
Date: Mon Oct 28 2002 - 08:22:41 PST


>
>
> Hi,
>
> Is there a possibility to load a different font configuration for
> example fonts_turkish.xml where Truetype's are embed via the commandline
> or any other way

Of course there is.

With XEP 2.* (which I suppose you use) it is

java -Dcom.renderx.FO2PDF.FONTLIST=/path/to/fonts_turkish.xml com.renderx.FO2PDF.Driver ...

With XEP 3.*

java -Dcom.renderx.xep.FONTLIST=/path/to/fonts_turkish.xml com.renderx.xep.Driver

or

java com.renderx.xep.Driver -DFONTLIST=/path/to/fonts_turkish.xml
-------------------
By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



This archive was generated by hypermail 2.1.5 : Wed Dec 18 2002 - 08:41:28 PST