Anchor positions don't respect fontScale when drawn
Dockter opened this issue ยท 1 comments
In the following scenario:
debugTitle = new UILabel(this, ChatColor.AQUA + "Almura Debug");
debugTitle.setPosition(0, 3, Anchor.CENTER | Anchor.TOP);
debugTitle.setFontScale(1.1F);
When the debugTitle is drawn on the screen, the fontScale isn't taken into consideration when its drawn, resulting in the text being slightly off-center to the right.