v0.7.5b: overhauled font selection to be significantly more flexible

This commit is contained in:
Evan Debenham
2019-10-13 20:50:57 -04:00
parent dd78fe74a0
commit adaca2531e
3 changed files with 81 additions and 62 deletions

View File

@@ -47,7 +47,5 @@ public abstract class PlatformSupport {
public abstract BitmapFont getFont(int size, String text);
public abstract String[] splitforTextBlock( String text, boolean multiline );
public abstract float getFontHeightOffset( BitmapFont font );
}