We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c444576 commit 2011708Copy full SHA for 2011708
modules/dungeonIconText.lua
@@ -7,7 +7,7 @@ local Util = MPT.Util;
7
local Module = Main:NewModule('DungeonIconText', 'AceHook-3.0', 'AceEvent-3.0');
8
9
function Module:OnInitialize()
10
- self.font = CreateFont('');
+ self.font = CreateFont('MythicPlusTweaks_DungeonIconText_Font');
11
self.font:CopyFontObject(SystemFont_Huge1_Outline);
12
self.minFontSize = 10;
13
self.db = self.db or {};
0 commit comments