Text wrap mode for GUI Rendering.
Wrap | Text will wrap within the given bounds. Text that does not fit (y axis) will be clipped. |
ResizeBounds | Text rendering ignores bounds. |
ShrinkText | If the text does not fit in the given bounds it will be resized until it fits in the bounds. |
GrowText | Grow the text so that it fills the given bounds. |
BestFit | Shrink or Grow the text so that it fits the given area as best it can. |