![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CompositeFont.h>
Public Member Functions | |
| FTypefaceEntry () | |
| FTypefaceEntry (const FName &InFontName) | |
| FTypefaceEntry (const FName &InFontName, FString InFontFilename, const EFontHinting InHinting, const EFontLoadingPolicy InLoadingPolicy) | |
Public Attributes | |
| FName | Name |
| FFontData | Font |
A single entry in a typeface
|
inline |
Default constructor
|
inline |
Construct the entry from a name
|
inline |
Construct the entry from a filename and the font data attributes
| FFontData FTypefaceEntry::Font |
Raw font data for this font
| FName FTypefaceEntry::Name |
Name used to identify this font within its typeface