Then I found out that FOP have code like:

Stroke stroke =
(Stroke)aci.getAttribute(GVTAttributedCharacterIterator.TextAttribute.STROKE
);


Do you know how this shall be expressed in Batik 1.5.1 where the STROKE
attribute have been removed?

import org.apache.batik.gvt.text.TextPaintInfo;

TextPaintInfo pi = (TextPaintInfo)aci.getAttribute
        (GVTAttributedCharacterIterator.TextAttribute.PAINT_INFO);


Bill Haneman wrote:
Johan: I hope you don't mind me forwarding your query to the Batik Developer list. It's been awhile since I worked in the batik codebase myself.

From: [EMAIL PROTECTED]

I try to make Apache FOP to use Batik 1.5.1 intstead of 1.5 which it does in
version 0.20.5.


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



Reply via email to