Merge branch 'master' into sdl_platform

# Conflicts:
#	Source/Editor/GUI/Docking/DockHintWindow.cs
#	Source/Editor/Options/InterfaceOptions.cs
This commit is contained in:
2025-09-07 19:02:09 +03:00
74 changed files with 1530 additions and 416 deletions

View File

@@ -167,7 +167,7 @@ void TextRender::UpdateLayout()
// Pick a font (remove DPI text scale as the text is being placed in the world)
auto font = Font->CreateFont(_size);
float scale = 1.0f / FontManager::FontScale;
float scale = _layoutOptions.Scale / FontManager::FontScale;
// Prepare
FontTextureAtlas* fontAtlas = nullptr;