Merge pull request #867 from runelite-extended/runepouch-font-fix
incorporate font manager into rune pouch
This commit is contained in:
@@ -83,7 +83,7 @@ public class RunepouchOverlay extends WidgetItemOverlay
|
|||||||
|
|
||||||
assert AMOUNT_VARBITS.length == RUNE_VARBITS.length;
|
assert AMOUNT_VARBITS.length == RUNE_VARBITS.length;
|
||||||
|
|
||||||
graphics.setFont(FontManager.getRunescapeSmallFont());
|
graphics.setFont(FontManager.getSmallFont(graphics.getFont()));
|
||||||
|
|
||||||
Point location = itemWidget.getCanvasLocation();
|
Point location = itemWidget.getCanvasLocation();
|
||||||
StringBuilder tooltipBuilder = new StringBuilder();
|
StringBuilder tooltipBuilder = new StringBuilder();
|
||||||
|
|||||||
Reference in New Issue
Block a user