Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFontCache
Description
Get the atlas information and the scaled metrics of a given shaped sdf glyph. This information will be cached if required.
| Name | GetSdfGlyphFontAtlasData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
FSdfGlyphFontAtlasData GetSdfGlyphFontAtlasData
(
const FShapedGlyphEntry & InShapedGlyph,
const FFontOutlineSettings & InOutlineSettings
)