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