Hi Barry, The PDF Transcoder using code from FOP doesn't have a full StrokingTextPainter (which doesn't really mean what you think it means) implementation but it tries to detect "simple" text and render that with drawString.
FYI the StrokingTextPainter doesn't generally draw all text as outlines but it does draw it as GlyphVectors which is really required to implement all of the text effects required by the SVG standard (and most Graphics2D implementations turn those into Outlines) . It's called StrokingTextPainter because it can, optionally, stroke the text it renders (meaning draw a fat line around the outline of the text, which does need to be done as outlines). Hope that helps. On Feb 12, 2013, at 6:13 PM, Barry Kreiser <ba...@guild1.com> wrote: > 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 > --------------------------------------------------------------------- > To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: batik-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: batik-users-h...@xmlgraphics.apache.org