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