| ActualRange |
FTextRange |
Range inclusive of trailing whitespace, as used to visually display and interact with the text |
Framework/Text/TextLayout.h |
|
| ActualSize |
FVector2D |
Measured size inclusive of trailing whitespace, as used to visually display and interact with the text |
Framework/Text/TextLayout.h |
|
| FirstTrailingWhitespaceCharWidth |
float |
If this break candidate has trailing whitespace, this is the width of the first character of the trailing whitespace |
Framework/Text/TextLayout.h |
|
| Kerning |
int8 |
|
Framework/Text/TextLayout.h |
|
| MaxAboveBaseline |
int16 |
|
Framework/Text/TextLayout.h |
|
| MaxBelowBaseline |
int16 |
|
Framework/Text/TextLayout.h |
|
| TrimmedRange |
FTextRange |
Range exclusive of trailing whitespace, as used to perform wrapping on a word boundary |
Framework/Text/TextLayout.h |
|
| TrimmedWidth |
float |
Measured width exclusive of trailing whitespace, as used to perform wrapping on a word boundary |
Framework/Text/TextLayout.h |
|