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 FSdfGlyphEntryKey
Remarks
Minimal FSdfGlyphEntryKey key information used for map lookups
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TWeakPtr< FFreeTypeFace > | FontFace | Weak pointer to the FreeType face to render with | |
| const uint32 | GlyphIndex | The index of this glyph in the FreeType face | |
| const int32 | Ppem | The pixel size at which the sdf glyph is generated | |
| const int32 | SpreadCategory | The spread category. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSdfGlyphEntryKey
(
const TWeakPtr< FFreeTypeFace > InFontFace, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSdfGlyphEntryKey& Other |
||
| bool | operator==
(
const FSdfGlyphEntryKey& Other |