Go to the source code of this file.
◆ TEXT_LAYOUT_DEBUG
◆ ETextFlowDirection
The different directions that text can flow within a paragraph of text.
- Note
- If you change this enum, make sure and update CVarDefaultTextFlowDirection and GetDefaultTextFlowDirection.
| Enumerator |
|---|
| Auto | Automatically detect the flow direction for each paragraph from its text
|
| LeftToRight | Force text to be flowed left-to-right
|
| RightToLeft | Force text to be flowed right-to-left
|
| Culture | Uses the set culture to determine if text should flow left-to-right or right-to-left. By comparison, Auto will use the text itself to determine it.
|
◆ ETextWrappingPolicy
The different methods that can be used if a word is too long to be broken by the default line-break iterator.
| Enumerator |
|---|
| DefaultWrapping | No fallback, just use the given line-break iterator
|
| AllowPerCharacterWrapping | Fallback to per-character wrapping if a word is too long
|
◆ GetDefaultTextFlowDirection()
Get the default text flow direction (from the "Slate.DefaultTextFlowDirection" CVar)