Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include | #include "Fonts/FontCache.h" |
Syntax
struct FSdfGlyphTaskKey
Remarks
Used to lookup information about specific SDF generation tasks - unlike FSdfGlyphEntryKey is also identified by em spread
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | EmInnerSpread | Inner portion of distance field spread in em | |
| float | EmOuterSpread | Outer portion of distance field spread in em | |
| const FSdfGlyphEntryKey | SdfGlyphEntryKey | Glyph entry key |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSdfGlyphTaskKey
(
const FSdfGlyphEntryKey& InSdfGlyphEntryKey, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSdfGlyphTaskKey& Other |
||
| bool | operator==
(
const FSdfGlyphTaskKey& Other |