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