Java programming question re: TextLayout

aceO07

Diamond Member
Nov 6, 2000
4,491
0
76
I'm using LineBreakMeasurer and TextLayout to make sure that my text don't overflow an area. However I don't know what text is in the TextLayout without drawing it to the screen and reading it myself. How do I retrieve the string that it has stored in the TextLayout object or is it possible to check what string LineBreakMeasurer passes to the TextLayout object.
 

aceO07

Diamond Member
Nov 6, 2000
4,491
0
76
Originally posted by: znaps
Post on the forums on java.net - I'm sure you'll get an answer there.

Thanks for the suggestion. I looked at their list of forums, but it doesn't seem like there's an appropriate forum there for me to ask me question.