Add multifont rendering to editor
This commit is contained in:
@@ -39,7 +39,7 @@ namespace FlaxEditor.Content.Create
|
||||
AnchorPreset = AnchorPresets.HorizontalStretchTop,
|
||||
Offsets = new Margin(0, 0, 0, 40),
|
||||
Parent = this,
|
||||
Font = new FontReference(Style.Current.FontTitle)
|
||||
Font = new MultiFontReference(Style.Current.FontTitle)
|
||||
};
|
||||
var infoLabel = new Label
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user