Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ERuntimeFontSource |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/Font.h |
| Include Path | #include "Engine/Font.h" |
Syntax
enum ERuntimeFontSource
{
Asset,
CoreStyleDefault,
}
Values
| Name | Remarks |
|---|---|
| Asset | The runtime composite font data is embedded into this Font asset |
| CoreStyleDefault | The runtime composite font is taken from FCoreStyle::GetDefaultFont() |