v0.9.1: slightly improved android performance on warm start

This commit is contained in:
Evan Debenham
2020-11-24 18:02:38 -05:00
parent 9c75859126
commit 2b6de19995
4 changed files with 37 additions and 4 deletions

View File

@@ -43,8 +43,10 @@ public abstract class PlatformSupport {
//TODO should consider spinning this into its own class, rather than platform support getting ever bigger
public abstract void setupFontGenerators(int pageSize, boolean systemFont );
public abstract void resetGenerators();
public abstract void reloadGenerators();
public abstract BitmapFont getFont(int size, String text);