=Edited Font system

This commit is contained in:
Alex Stewart
2020-03-05 22:29:35 -05:00
parent fa5057ea9e
commit 0728370bf2
+3 -1
View File
@@ -105,8 +105,10 @@ public class CommandBeansShow extends Command
beanGraphics.drawImage(thouBean, x, y, null); beanGraphics.drawImage(thouBean, x, y, null);
} }
Font font = null;
try { try {
@SuppressWarnings("unused")
Font font = null;
font = Font.createFont(Font.TRUETYPE_FONT, new File(Constants.AssetDirectory +"fonts/B612Mono-Regular.ttf")); font = Font.createFont(Font.TRUETYPE_FONT, new File(Constants.AssetDirectory +"fonts/B612Mono-Regular.ttf"));
} catch (Exception e) } catch (Exception e)
{ {