Re: Using extra fonts with embedded FOP ?

2001-08-14 Thread Keiron Liddle

On Mon, 13 Aug 2001 17:43:44 [EMAIL PROTECTED] wrote:
 When using an embedded version of FOP, can I add the fonts to config.xml
 and rebuild FOP rather than cerating  specifying userconfig.xml ?

you should only modify the userconfig.xml

 What options are there to make userconfig.xml known to an embedded FOP ?

you only need to do this:
   userConfigFile = new File(userConfig);
   options = new Options(userConfigFile);

at least that is what cocoon does.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Using extra fonts with embedded FOP ?

2001-08-13 Thread axel . spohr

hi,

having read the existing documentation on adding extra fonts to FOP, the
added fonts are - once translated into a format understandable to FOP -
specified using a command line configuration file.

When using an embedded version of FOP, can I add the fonts to config.xml
and rebuild FOP rather than cerating  specifying userconfig.xml ? What
options are there to make userconfig.xml known to an embedded FOP ?
TIA
   Axel
   
   
   
 Axel Spohr
 Accenture GmbH
 Otto-Volger-Straße 15 
 D-65843 Sulzbach, Taunus  
 Financial Services
 Telefon +49 6196 57-67706 
 Telefax +49 6196 57-50
 (Octel, Global VPN: 46/67706) 
 [EMAIL PROTECTED]  
   





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]