Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text > API/Runtime/Slate/Framework/Text/FTextLayout
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include | #include "Framework/Text/TextLayout.h" |
Syntax
struct FTextLayoutSize
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DrawWidth | Width of the text layout, including any lines which extend beyond the wrapping boundaries (eg, lines with lots of trailing whitespace, or lines with no break candidates) | |
| float | Height | Height of the text layout | |
| float | WrappedWidth | Width of the text layout after the text has been wrapped, and including the first piece of trailing whitespace for any given soft-wrapped line |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | GetDrawSize () |
||
| FVector2D |