doodle
doodle copied to clipboard
Java2D support for outlined fonts
trafficstars
Text in SVG supports separate stroke and fill. They way we currently draw text on Java2D uses the stroke color as the fill. We can get more control over text rendering using the TextLayout API, and in particular either the draw or getOuline methods on TextLayout.