v0.9.4: refactored code relating to font generators

This commit is contained in:
Evan Debenham
2021-07-08 12:17:26 -04:00
parent daa569b4fe
commit a492c565d0
5 changed files with 123 additions and 337 deletions
@@ -89,7 +89,7 @@ public class RenderedText extends Image {
visible = true;
}
font = Game.platform.getFont(size, text);
font = Game.platform.getFont(size, text, true, true);
if (font != null){
GlyphLayout glyphs = new GlyphLayout( font, text);