Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts > API/Runtime/SlateCore/Fonts/FSlateFontCache
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
const TSet < FName > & GetFontAttributes
(
const FFontData & InFontData
) const
Remarks
Returns the font attributes for the specified font. The font attributes for the specified font.
Parameters
| Name | Description |
|---|---|
| InFontData | The font to get attributes for |