Add multifont rendering to editor

This commit is contained in:
ExMatics HydrogenC
2023-11-30 13:41:45 +08:00
parent a3bc394e4e
commit 41bbce56f6
69 changed files with 1132 additions and 647 deletions

View File

@@ -64,7 +64,7 @@ namespace FlaxEngine.GUI
/// The text font.
/// </summary>
[EditorOrder(0)]
public FontReference Font;
public MultiFontReference Font;
/// <summary>
/// The custom material for the text rendering (must be GUI domain).