Removal of old Japanese line spacing parameter

This commit is contained in:
Lugiad 2025-06-26 14:00:54 +02:00 committed by GitHub
parent 1e2fcfc339
commit 2085ff489e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,11 +82,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;
}