Well, I just started on rebuilding FOP source code. Nothing has been
done with fonts yet. Here is what I am going to do.

1. Get the source code compiled.
2. Create fonts XML files for Bookman Old Style.
3. Modify the userconfig.xml and rebuild FOP to include fonts.

In my case, I am running FOP as a Servlet so I think I would use Manoj's
approach to refer to the font TTF file with
"http://localhost:8080/fop/fonts/msgothic.TTF"; so that I am not gonna
mess with package fonts file with FOP.jar but instead package it along
with my FOP.war which will be deployed on Tomcat.

Gang

-----Original Message-----
From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 22, 2005 4:33 PM
To: fop-users@xmlgraphics.apache.org
Subject: RE: Build FOP

> -----Original Message-----
> From: Gang Li [mailto:[EMAIL PROTECTED]
>

Hi,

> I thought it was an ANT problem. I am using ant 1.6.2 but the ant 
> coming with source code and binary distribution is ant1.5.1. I didn't 
> modify any of the build files (build.bat and build.xml) though I 
> checked and made sure the files are under the right folder.

Just making sure: so you *are* using build.bat, and not your own version
of Ant?

In that case, well...
How exactly are you trying to add support for the 'Bookman Old Style'
font?
It almosts seems like you want to have it compiled in in some way, and
you're trying to use the Base14 fonts as an example --correct?

Greetz,

Andreas


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


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

Reply via email to