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

#include <SlateFontRenderer.h>

Public Member Functions

 FFreeTypeFaceGlyphData ()
 

Public Attributes

TSharedPtr< FFreeTypeFaceFaceAndMemory
 
uint32 GlyphIndex
 
uint32 GlyphFlags
 
EFontFallback CharFallbackLevel
 

Detailed Description

Internal struct for passing around information about loading a glyph

Constructor & Destructor Documentation

◆ FFreeTypeFaceGlyphData()

FFreeTypeFaceGlyphData::FFreeTypeFaceGlyphData ( )
inline

Member Data Documentation

◆ CharFallbackLevel

EFontFallback FFreeTypeFaceGlyphData::CharFallbackLevel

The fallback font set the character was loaded from

◆ FaceAndMemory

TSharedPtr<FFreeTypeFace> FFreeTypeFaceGlyphData::FaceAndMemory

The font face for the character

◆ GlyphFlags

uint32 FFreeTypeFaceGlyphData::GlyphFlags

The glyph flags that should be used for loading the characters glyph

◆ GlyphIndex

uint32 FFreeTypeFaceGlyphData::GlyphIndex

The glyph index for the character


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