Japanese former custom adjustments removal

This commit is contained in:
Lugiad 2025-06-24 15:07:30 +02:00 committed by GitHub
parent 3b958a0df9
commit aa90758b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,11 +73,6 @@ export function addTextObject(
ret.setLineSpacing(scale * 30); ret.setLineSpacing(scale * 30);
} }
//Japanese Line Text Spacing
//if (ret.lineSpacing < 12 && i18next.resolvedLanguage === "ja") {
//ret.setLineSpacing(ret.lineSpacing + 35);
//}
return ret; return ret;
} }
@ -163,11 +158,6 @@ export function getTextStyleOptions(
}, },
}; };
//Japanese General Scale
//if (i18next.resolvedLanguage === "ja") {
//styleOptions.padding = { top: 6, bottom: -2 };
//}
switch (style) { switch (style) {
case TextStyle.SUMMARY: { case TextStyle.SUMMARY: {
let fontSizeLabel = "96px"; let fontSizeLabel = "96px";