Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FOP: use new fonts in servlet

Status
Not open for further replies.

Vadim

Programmer
Feb 5, 2002
75
US
I convert boulder.ttf to boulder.xml and want to start use it in my servlet.
1. Where should I place boulder.xml - in c:\Fop2.0.3 directory?
2. I already added it to conf\userconfig

<fonts><font metrics-file=&quot;boulder.xml&quot; kerning=&quot;yes&quot;
embed-file=&quot;C:\WINNT\Fonts\boulder.ttf&quot;>
<font-triplet name=&quot;Boulder&quot; style=&quot;normal&quot; weight=&quot;normal&quot;/>
</font> </fonts>

Please tell me how to use it with servlet.
 
maybe same as in java, put it in the same folder as conf, not in conf folder,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top