Choose your operating system:
Windows
macOS
Linux
| FCompositeFont
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h |
Include |
#include "Fonts/CompositeFont.h" |
struct FCompositeFont
Name | Description | ||
---|---|---|---|
|
DefaultTypeface |
The default typeface that will be used when not overridden by a sub-typeface |
|
|
FallbackTypeface |
The fallback typeface that will be used as a last resort when no other typeface provides a match |
|
|
HistoryRevision |
Transient value containing the current history ID of this composite font This should be updated when the composite font is changed (which should happen infrequently as composite fonts are assumed to be mostly immutable) once they've been setup |
|
|
SubTypefaces |
Sub-typefaces to use for a specific set of characters |
Name | Description | |
---|---|---|
|
FCompositeFont() |
Default constructor |
|
FCompositeFont ( |
Convenience constructor for when your composite font only contains a single font |
Name | Description | ||
---|---|---|---|
|
MakeDirty() |
Call this when the composite font is changed after its initial setup - this allows various caches to update as required |