bring inline with font manager

bring inline with font manager

currently ignores font manager
This commit is contained in:
Kyleeld
2019-07-03 15:13:03 +01:00
committed by GitHub
parent 1754ade711
commit 3889ebefa1

View File

@@ -83,7 +83,7 @@ public class RunepouchOverlay extends WidgetItemOverlay
assert AMOUNT_VARBITS.length == RUNE_VARBITS.length;
graphics.setFont(FontManager.getRunescapeSmallFont());
graphics.setFont(FontManager.getSmallFont(graphics.getFont());
Point location = itemWidget.getCanvasLocation();
StringBuilder tooltipBuilder = new StringBuilder();