Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts > API/Runtime/SlateCore/Fonts/FSdfGlyphFontAtlasData
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include | #include "Fonts/FontCache.h" |
Syntax
struct FMetrics
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BearingX | Horizontal distance from the current cursor to the leftmost border of the glyph image bounding box | |
| float | BearingY | Horizontal distance from the current cursor y position (baseline) to the topmost border of the glyph image bounding box | |
| float | Height | Height of the glyph image bounding box | |
| float | Width | Width of the glyph image bounding box |