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

#include <SlateSdfGenerator.h>

Public Attributes

TWeakPtr< class FFreeTypeFaceFontFace
 
uint32 GlyphIndex
 
ESdfType SdfType
 
float EmOuterSpread
 
float EmInnerSpread
 
int32 Ppem
 

Detailed Description

Specifies the requested glyph and properties of the output distance field.

Member Data Documentation

◆ EmInnerSpread

float FSlateSdfGenerator::FRequestDescriptor::EmInnerSpread

Inner portion of the width of representable distances in the output distance field expressed in em.

◆ EmOuterSpread

float FSlateSdfGenerator::FRequestDescriptor::EmOuterSpread

Outer portion of the width of representable distances in the output distance field expressed in em.

◆ FontFace

TWeakPtr<class FFreeTypeFace> FSlateSdfGenerator::FRequestDescriptor::FontFace

Pointer to the glyph's font face.

◆ GlyphIndex

uint32 FSlateSdfGenerator::FRequestDescriptor::GlyphIndex

Numeric index of the requested glyph.

◆ Ppem

int32 FSlateSdfGenerator::FRequestDescriptor::Ppem

Pixels per em of the output distance field.

◆ SdfType

ESdfType FSlateSdfGenerator::FRequestDescriptor::SdfType

Type of requested distance field.


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