UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSdfGlyphFontAtlasData::FMetrics Struct Reference

#include <FontCache.h>

Public Attributes

float BearingX = 0.f
 
float BearingY = 0.f
 
float Width = 0.f
 
float Height = 0.f
 

Member Data Documentation

◆ BearingX

float FSdfGlyphFontAtlasData::FMetrics::BearingX = 0.f

Horizontal distance from the current cursor to the leftmost border of the glyph image bounding box

◆ BearingY

float FSdfGlyphFontAtlasData::FMetrics::BearingY = 0.f

Horizontal distance from the current cursor y position (baseline) to the topmost border of the glyph image bounding box

◆ Height

float FSdfGlyphFontAtlasData::FMetrics::Height = 0.f

Height of the glyph image bounding box

◆ Width

float FSdfGlyphFontAtlasData::FMetrics::Width = 0.f

Width of the glyph image bounding box


The documentation for this struct was generated from the following file: