A font face asset contains the raw payload data for a source TTF/OTF file as used by FreeType. During cook this asset type generates a ".ufont" file containing the raw payload data (unless loaded "Inline").
Member | Type | Offset | Share |
---|---|---|---|
SourceFilename
The filename of the font face we were created from. |
FString | 0x30 | |
Hinting
The hinting algorithm to use with the font face. |
EFontHinting | 0x40 | |
LoadingPolicy
Enum controlling how this font face should be loaded at runtime. |
EFontLoadingPolicy | 0x41 | |
LayoutMethod
Which method should we use when laying out the font? Try changing this if you notice clipping or height issues with your font. |
EFontLayoutMethod | 0x42 |