Navigation
API > API/Runtime > API/Runtime/Engine
Font character set type for importing TrueType fonts.
| Name | EFontImportCharacterSet |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/FontImportOptions.h |
| Include Path | #include "Engine/FontImportOptions.h" |
Syntax
enum EFontImportCharacterSet
{
FontICS_Default,
FontICS_Ansi,
FontICS_Symbol,
FontICS_MAX,
}
Values
| Name | Remarks |
|---|---|
| FontICS_Default | |
| FontICS_Ansi | |
| FontICS_Symbol | |
| FontICS_MAX |