v0.7.5b: refactored renderedTextMultiline

It is now much more flexible, and is used in all places.
This commit is contained in:
Evan Debenham
2019-10-11 19:34:22 -04:00
parent b4ae0ee991
commit 03ebdde440
36 changed files with 431 additions and 348 deletions
@@ -45,5 +45,9 @@ public abstract class PlatformSupport {
public abstract void resetGenerators();
public abstract BitmapFont getFont(int size, String text);
public abstract String[] splitforTextBlock( String text, boolean multiline );
public abstract float getFontHeightOffset( BitmapFont font );
}