![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateSdfGenerator.h>
Public Attributes | |
| TWeakPtr< class FFreeTypeFace > | FontFace |
| uint32 | GlyphIndex |
| ESdfType | SdfType |
| float | EmOuterSpread |
| float | EmInnerSpread |
| int32 | Ppem |
Specifies the requested glyph and properties of the output distance field.
| float FSlateSdfGenerator::FRequestDescriptor::EmInnerSpread |
Inner portion of the width of representable distances in the output distance field expressed in em.
| float FSlateSdfGenerator::FRequestDescriptor::EmOuterSpread |
Outer portion of the width of representable distances in the output distance field expressed in em.
| TWeakPtr<class FFreeTypeFace> FSlateSdfGenerator::FRequestDescriptor::FontFace |
Pointer to the glyph's font face.
| uint32 FSlateSdfGenerator::FRequestDescriptor::GlyphIndex |
Numeric index of the requested glyph.
| int32 FSlateSdfGenerator::FRequestDescriptor::Ppem |
Pixels per em of the output distance field.
| ESdfType FSlateSdfGenerator::FRequestDescriptor::SdfType |
Type of requested distance field.