Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFontMeasure
| |
|
| Name |
ELastCharacterIndexFormat |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h |
| Include Path |
#include "Fonts/FontMeasure.h" |
Syntax
enum ELastCharacterIndexFormat
{
LastWholeCharacterBeforeOffset,
CharacterAtOffset,
Unused,
}
Values
| Name |
Remarks |
| LastWholeCharacterBeforeOffset |
The last whole character before the horizontal offset. |
| CharacterAtOffset |
The character directly at the offset. |
| Unused |
Not used. |