v0.9.4: refactored code relating to font generators
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user