Merge pull request #867 from runelite-extended/runepouch-font-fix

incorporate font manager into rune pouch
This commit is contained in:
sdburns1998
2019-07-03 20:23:33 +02:00
committed by GitHub

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();