TextPainter

Barry Kreiser <[email protected]> Tue, 12 Feb 2013 16:13:35 -0700
Newsgroups gmane.text.xml.batik.user
Message-ID <[email protected]>
Are there any existing TextPainter implementations that will use native Java2D font rendering
in the case where I am rendering SVG to a SunGraphics2D?

I am drawing SVG into a swing canvas and then taking the swing canvas to PDF.  I end up getting
stroked text in the PDF and have determined that when the render to SunGraphics2D happens it uses
the StrokingTextPainter.

Barry