Navigation
API > API/Runtime > API/Runtime/SlateCore
The font atlas data for a single glyph in a shaped text sequence
| Name | FShapedGlyphFontAtlasData |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
Syntax
struct FShapedGlyphFontAtlasData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HorizontalOffset | int16 | The horizontal distance from the origin to the leftmost border of the glyph bitmap | Fonts/FontCache.h | |
| StartU | uint16 | Start X location of the glyph in the texture | Fonts/FontCache.h | |
| StartV | uint16 | Start Y location of the glyph in the texture | Fonts/FontCache.h | |
| SupportsOutline | bool | True if this entry supports outline rendering, false otherwise. | Fonts/FontCache.h | |
| TextureIndex | uint8 | Index to a specific texture in the font cache. | Fonts/FontCache.h | |
| USize | uint16 | X Size of the glyph in the texture | Fonts/FontCache.h | |
| Valid | bool | True if this entry is valid, false otherwise. | Fonts/FontCache.h | |
| VerticalOffset | int16 | The vertical distance from the baseline to the topmost border of the glyph bitmap | Fonts/FontCache.h | |
| VSize | uint16 | Y Size of the glyph in the texture | Fonts/FontCache.h |