Distribute fonts in jar

2007-01-26 Thread David Morales
Hi all... I need to distribute all xsl-stuff in a jar file, including fonts (userconfig.xml, fonts.xml, and ttf files)... but can fop read fonts from a URL?? I mean, fop will try to read font from something like file:c:/folder/lib.jar!fonts/font.xml This is the problem if i try to do

Re: Distribute fonts in jar

2007-01-26 Thread Adrian Cumiskey
This should work.. Try using the URL jar protocol :- jar:file:///c:/folder/lib.jar!fonts/font.xml Adrian. David Morales wrote: Hi all... I need to distribute all xsl-stuff in a jar file, including fonts (userconfig.xml, fonts.xml, and ttf files)... but can fop read fonts from a URL?? I