Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include | #include "Fonts/CompositeFont.h" |
Syntax
enum EFontLoadingPolicy
{
LazyLoad,
Stream,
Inline,
}
Values
| Name | Description |
|---|---|
| LazyLoad | Lazy load the entire font into memory. |
| Stream | Stream the font from disk. |
| Inline | Embed the font data within the asset. |