Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | ISlateFontAtlasFactory |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontTypes.h |
| Include Path | #include "Fonts/FontTypes.h" |
Syntax
class ISlateFontAtlasFactory
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISlateFontAtlasFactory() |
Fonts/FontTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FSlateFontAtlas > CreateFontAtlas
(
ESlateFontAtlasContentType InContentType |
Fonts/FontTypes.h | ||
TSharedPtr< ISlateFontTexture > CreateNonAtlasedTexture
(
const uint32 InWidth, |
Fonts/FontTypes.h | ||
FIntPoint GetAtlasSize
(
ESlateFontAtlasContentType InContentType |
Fonts/FontTypes.h |