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";