Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateFontCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetAvailableFontSubFaces
(
FFontFaceDataConstRef InMemory |
Get the available sub-face data from the given font. | Fonts/FontCache.h | |
TArray< FString > GetAvailableFontSubFaces
(
const FString& InFilename |
Fonts/FontCache.h |
GetAvailableFontSubFaces(FFontFaceDataConstRef)
Description
Get the available sub-face data from the given font. Typically there will only be one face unless this is a TTC/OTC font. The index of the returned entry can be passed as InFaceIndex to the FFreeTypeFace constructor.
| Name | GetAvailableFontSubFaces |
| 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 |
TArray < FString > GetAvailableFontSubFaces
(
FFontFaceDataConstRef InMemory
) const
GetAvailableFontSubFaces(const FString &)
| Name | GetAvailableFontSubFaces |
| 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 |
TArray < FString > GetAvailableFontSubFaces
(
const FString & InFilename
) const