- 
- 
- 
Methods in java.awt.font that return TextLayout 
| Modifier and Type | Method | Description |  
| TextLayout | TextLayout. getJustifiedLayout(float justificationWidth) | Creates a copy of this TextLayoutjustified to the
 specified width. |  
| TextLayout | TextMeasurer. getLayout(int start,
         int limit) | Returns a TextLayouton the given character range. |  
| TextLayout | LineBreakMeasurer. nextLayout(float wrappingWidth) | Returns the next layout, and updates the current position. |  
| TextLayout | LineBreakMeasurer. nextLayout(float wrappingWidth,
          int offsetLimit,
          boolean requireNextWord) | Returns the next layout, and updates the current position. |