On 2002.04.17 13:39 Scott Moore wrote:
> The main cause of this issue is that the fonts resolved in
> batik are the
> java fonts, if not stroking the font pdf font is found by
> looking through
> the java font list and finding the first match. This doesn't
> always work
> how you might want it to.

That doesn't sound good.  Does this mean fixing the problem will be
difficult?

If you look into the following classes this is where most of the relevant things happen.
org.apache.fop.svg.PDFTextPainter
org.apache.fop.svg.PDFTextElementBridge


You may need to delve into batik somewhere to work out exactly how the fonts work. But I think batik needs to have a java font available for it to get information from.

Reply via email to