doodle icon indicating copy to clipboard operation
doodle copied to clipboard

Java2D support for outlined fonts

Open noelwelsh opened this issue 9 years ago • 0 comments
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.

noelwelsh avatar Jun 19 '16 19:06 noelwelsh