From 7340a306509089615eb5edd35b43a36aa1240455 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 26 Jan 2025 14:26:57 +0100 Subject: [PATCH] impr: Make scalable font the default --- plugins/fonts/include/font_settings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fonts/include/font_settings.hpp b/plugins/fonts/include/font_settings.hpp index 5bb3ffe0d..5201723e1 100644 --- a/plugins/fonts/include/font_settings.hpp +++ b/plugins/fonts/include/font_settings.hpp @@ -19,7 +19,7 @@ namespace hex::fonts { private: std::string m_selectedFontName; - bool m_pixelPerfectFont = true; + bool m_pixelPerfectFont = false; }; class SliderPoints : public ContentRegistry::Settings::Widgets::SliderFloat {