Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FCompositeSubFont |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
| Include Path | #include "Fonts/CompositeFont.h" |
Syntax
USTRUCT ()
struct FCompositeSubFont : public FCompositeFallbackFont
Inheritance Hierarchy
- FCompositeFallbackFont → FCompositeSubFont
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompositeSubFont() |
Default constructor | Fonts/CompositeFont.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CharacterRanges | TArray< FInt32Range > | Array of character ranges for which this sub-font should be used | Fonts/CompositeFont.h | |
| Cultures | FString | Optional semi-colon separated list of cultures that this sub-font should be used with (if specified, this sub-font will be favored by those cultures and ignored by others) | Fonts/CompositeFont.h | |
| EditorName | FName | Name of this sub-font. | Fonts/CompositeFont.h |