Hello, is it possible to set configuration details for custom fonts in the java code?
On a win box userconfig.xml looks like this: <font metrics-file="C:/lib/ttfcm.xml" kerning="no" embed-file="c:/lib/verdana.ttf"> ..... On a linux box userconfig.xml looks like this: <font metrics-file="/usr/local/fonts/ttfcm.xml" kerning="no" embed-file="/usr/local/fonts/verdana.ttf"> ..... Is there a way to avoid this by doing it the execution code with an os test? Cheers, Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
