Moebius, Yvonne wrote:
is there a way of including additional fonts via userconfig.xml from a jar-file?

The metrics-file attribute takes an URL, so you could use the jar: URL scheme as long as your JRE supports it (all Sun JREs do): metrics-file="jar:file:///some/font.jar!/tmp/fonts/testfont.xml" (cross check with authoritative material before use).

Unfortunately, the embed-file attribute must point to real file.
It shouldn't be too hard to patch the font loader so that an
URL can be used.

J.Pietschmann



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



Reply via email to