Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
Include |
#include "Fonts/FontCache.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
bool CanLoadCodepoint
(
const FFontData & InFontData,
const UTF32CHAR InCodepoint,
EFontFallback MaxFallbackLevel
) const
Whether or not the specified character, within the specified font, can be loaded with the specified maximum font fallback level
Whether or not the character can be loaded
Parameter |
Description |
---|---|
InFontData |
Information about the font to load |
InCodepoint |
The codepoint being loaded |
MaxFallbackLevel |
The maximum fallback level to try for the font |