runepouch: revert fontmanager integration (#916)

This commit is contained in:
Owain van Brakel
2019-07-07 06:02:14 +02:00
committed by James
parent 8ba3ca3fef
commit 7e2c9e158d

View File

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