Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Fonts > FSlateFontMeasure
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h |
Include | #include "Fonts/FontMeasure.h" |
Syntax
enum ELastCharacterIndexFormat
{
LastWholeCharacterBeforeOffset,
CharacterAtOffset,
Unused,
}
Values
Name | Description |
---|---|
LastWholeCharacterBeforeOffset | The last whole character before the horizontal offset. |
CharacterAtOffset | The character directly at the offset. |
Unused | Not used. |