DePauwREU2013 / scales

2 stars 0 forks source link

TextLayout Paths #18

Open mfansler opened 11 years ago

mfansler commented 11 years ago

Graphics2D has support for using paths when laying out text. In fact, the Path type it would use is easily obtainable from the shape field that every Graphic must implement. Hence, anything which can be created as a Graphic can also be used as a path for text.

Not the most important feature in the world, but probably wouldn't be too hard to integrate.