MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / switchNativeFonts

Method switchNativeFonts

src/org/albite/albite/BookCanvas.java:1866–1872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1864 }
1865
1866 public final void switchNativeFonts() {
1867 useNativeFonts = !useNativeFonts;
1868 fontGrowing = true;
1869
1870 loadFont();
1871 reflowChapter();
1872 }
1873
1874 private void loadStatusFont() {
1875 //#if (TinyMode || TinyModeExport)

Callers

nothing calls this directly

Calls 2

loadFontMethod · 0.95
reflowChapterMethod · 0.95

Tested by

no test coverage detected