v2.0.2: added pixel font support for vietnamese

This commit is contained in:
Evan Debenham
2023-04-12 16:30:59 -04:00
parent bcf7db0e73
commit 99195f0d57
2 changed files with 0 additions and 3 deletions

View File

@@ -359,9 +359,6 @@ public class SPDSettings extends GameSettings {
}
public static boolean systemFont(){
//TODO add pixel font support for vietnamese
if (language() == Languages.VIETNAMESE) return true;
return getBoolean(KEY_SYSTEMFONT,
(language() == Languages.KOREAN || language() == Languages.CHINESE || language() == Languages.JAPANESE));
}