From aa90758b3bb1253fe14ec347a1ae52f0e38aea04 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:07:30 +0200 Subject: [PATCH] Japanese former custom adjustments removal --- src/ui/text.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index 0c8b5de1dda..b5eaa771329 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -73,11 +73,6 @@ export function addTextObject( ret.setLineSpacing(scale * 30); } -//Japanese Line Text Spacing - //if (ret.lineSpacing < 12 && i18next.resolvedLanguage === "ja") { - //ret.setLineSpacing(ret.lineSpacing + 35); - //} - return ret; } @@ -163,11 +158,6 @@ export function getTextStyleOptions( }, }; -//Japanese General Scale - //if (i18next.resolvedLanguage === "ja") { - //styleOptions.padding = { top: 6, bottom: -2 }; - //} - switch (style) { case TextStyle.SUMMARY: { let fontSizeLabel = "96px";