loading a new font

[email protected] Mon, 31 Mar 2003 13:31:42 +0200
Newsgroups gmane.text.xml.xsl.general
Message-ID <[email protected]>
I want to generate a PDF document from a servlet.
When I load a new font from my servlet, I use the "userconfig.xml" file.
I put my font on a server. This file is very huge so the PDF generation
takes me lots of time.
I aim to decrease this time.

So, I need to know if :
- the font is loaded with each servlet's call and,
- if so, is it possible to load it one only time on the server to improve
the speed of PDF generation ?
- and if so, how can I do that ?

If someone can help me ?
S. Peyronny