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.