Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FFontData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFontData () |
Default constructor | Fonts/CompositeFont.h | |
| Construct the raw data from a font face asset | Fonts/CompositeFont.h | ||
FFontData
(
FString InFontFilename, |
Construct the raw data from a filename and the font data attributes | Fonts/CompositeFont.h |
FFontData()
Description
Default constructor
| Name | FFontData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp |
FFontData()
FFontData(const UObject *const, const int32)
Description
Construct the raw data from a font face asset
| Name | FFontData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp |
FFontData
(
const UObject *const InFontFaceAsset,
const int32 InSubFaceIndex
)
FFontData(FString, const EFontHinting, const EFontLoadingPolicy, const int32)
Description
Construct the raw data from a filename and the font data attributes
| Name | FFontData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/CompositeFont.cpp |
FFontData
(
FString InFontFilename,
const EFontHinting InHinting,
const EFontLoadingPolicy InLoadingPolicy,
const int32 InSubFaceIndex
)