I'd like to use FlowText to do text editing in Batik (for an SVG-editor I'm writing). I notice that the Flow* elements don't implement the SVGTextContent interface, so I was wondering: is there a way to do things like "getCharNumAtPosition()" with the Flow elements?
Well it is entirely possible that only very minor tweaks would be
needed to enable the existing SVGTextContent interface to be used
for FlowText. The underlying GVT implementation is essentially
identical (there is an additional post-processing step to wrap the
text but this should 'look' like text on a path to the text content support code).
The FlowText bridge already subclasses from the normal Text Bridge so 'getting started' with this shouldn't be too hard.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
