()
| 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) |
nothing calls this directly
no test coverage detected