Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
Include |
#include "Framework/Text/TextLayout.h" |
namespace ETextJustify
{
enum Type
{
Left,
Center,
Right,
}
}
Name |
Description |
---|---|
Left |
Justify the text logically to the left. |
Center |
Justify the text in the center. Text flow direction has no impact on this justification mode. |
Right |
Justify the text logically to the right. |