MCPcopy Create free account
hub / github.com/Card-Forge/forge / setForcedEnglishonCJKMissing

Method setForcedEnglishonCJKMissing

forge-gui-mobile/src/forge/Forge.java:588–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586 }
587
588 public static void setForcedEnglishonCJKMissing() {
589 if (!forcedEnglishonCJKMissing) {
590 forcedEnglishonCJKMissing = true;
591 getLocalizer().setEnglish(forcedEnglishonCJKMissing);
592 System.err.println("Forge switches to English due to an error generating CJK Fonts. Language: "+locale);
593 }
594 }
595 public static void showMenu() {
596 if (isMobileAdventureMode)
597 return;

Callers 1

drawTextMethod · 0.95

Calls 2

getLocalizerMethod · 0.95
setEnglishMethod · 0.80

Tested by

no test coverage detected