Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Fonts
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
Include | #include "Fonts/CompositeFont.h" |
Syntax
struct FTypefaceEntry
Remarks
A single entry in a typeface
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FFontData | Font | Raw font data for this font |
![]() |
FName | Name | Name used to identify this font within its typeface |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor | ||
![]() |
FTypefaceEntry
(
const FName& InFontName |
Construct the entry from a name | |
![]() |
FTypefaceEntry
(
const FName& InFontName, |
Construct the entry from a filename and the font data attributes |