summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-02-13 16:59:40 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-02-13 16:59:40 -0500
commit19e7d7b70eac8f4903a1b7ce6c0092eff9a9d4fe (patch)
treec18ab0d4b97d2f0f24a1b27f0905d2cf447b2c10 /editor
parentf8b69d8a6832369c16dd10cc28d428690cda11b2 (diff)
pke: adjust temp font mtsdf settings
Diffstat (limited to 'editor')
-rw-r--r--editor/editor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp
index f5402a6..d246c66 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -844,8 +844,8 @@ void RecordImGuiAssets() {
// TODO this needs stored somewhere.
// User should input these values on a per-font basis.
struct FontTypeMSDFSettings msdf_settings{};
- msdf_settings.minimum_scale = 7 * 4;
- msdf_settings.px_range = 2;
+ msdf_settings.minimum_scale = 7 * 2;
+ msdf_settings.px_range = 1;
static ImGuiTableFlags tableFlags{
ImGuiTableFlags_Borders |