Make font fallbacking the default option
This commit is contained in:
@@ -54,8 +54,6 @@ API_CLASS(Static) class FLAXENGINE_API Render2D
|
||||
};
|
||||
|
||||
public:
|
||||
API_FIELD() static bool EnableFontFallback;
|
||||
API_FIELD() static FontFallbackList* FallbackFonts;
|
||||
|
||||
/// <summary>
|
||||
/// Checks if interface is during rendering phrase (Draw calls may be performed without failing).
|
||||
@@ -72,6 +70,10 @@ public:
|
||||
/// </summary>
|
||||
API_FIELD() static RenderingFeatures Features;
|
||||
|
||||
API_FIELD() static bool EnableFontFallback;
|
||||
|
||||
API_FIELD() static FontFallbackList* FallbackFonts;
|
||||
|
||||
/// <summary>
|
||||
/// Called when frame rendering begins by the graphics device.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user