Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts > API/Runtime/SlateCore/Fonts/FShapedGlyphSequence
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include | #include "Fonts/FontCache.h" |
Syntax
enum EEnumerateGlyphsResult
{
EnumerationFailed,
EnumerationAborted,
EnumerationComplete,
}
Values
| Name | Description |
|---|---|
| EnumerationFailed | |
| EnumerationAborted | |
| EnumerationComplete |
Remarks
Enumerate all of the glyphs within the given source index range (enumerates either visually or logically)
The indices used here are relative to the start of the text we were shaped from, even if we were only shaped from a sub-section of that text