Re: Custom fonts (again)

2002-02-20 Thread claes . bergsten
>> Following lines from the Embedding FOP web page: >> >> userConfigFile = new File(userConfig); >> options = new Options(userConfigFile); >> >> Ok fine I got that, but what to do with the options variable after this? >Nothing! :-) It's something static and registers itself in FOP. Not so >beaut

Re: Custom fonts (again)

2002-02-20 Thread Jeremias Maerki
> Following lines from the Embedding FOP web page: > > userConfigFile = new File(userConfig); > options = new Options(userConfigFile); > > Ok fine I got that, but what to do with the options variable after this? Nothing! :-) It's something static and registers itself in FOP. Not so beautiful, b

Custom fonts (again)

2002-02-20 Thread claes . bergsten
Following lines from the Embedding FOP web page: userConfigFile = new File(userConfig); options = new Options(userConfigFile); Ok fine I got that, but what to do with the options variable after this? cheers --- Claes Bergsten Software Develop