tags:

views:

35

answers:

1

Hi,

can anybody provide me with an example of how to get the java 2D shape polygons of a textLayout so I can modify them for custom rendering? I am not experienced with Java and have a hard time crawling through the reference so some input would be great!

Thanks!

+1  A: 

I am not sure this is what you mean but it has been asked before and I provided the accepted answer here:

http://stackoverflow.com/questions/2466233/java-swing-converting-a-text-string-to-a-shape/2466283#2466283

Savvas Dalkitsis