Thread Tools Display Modes
06-08-23, 03:18 AM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
I can see that this is a difficult topic.
I decided to use a not so sophisticated solution by modifying the Ace libraries directly:

AceGUIWidget-Heading.lua
Line 28: self.label:SetFont(My_Font, 13);

AceGUIWidget-CheckBox.lua
Line 193: self.text:SetFont(My_Font, 13);

AceConfigDialog-3.0.lua
Line 512: _G[tooltip:GetName().."TextLeft1"]:SetFont(My_Font, 13);
Line 519: _G[tooltip:GetName().."TextLeft2"]:SetFont(My_Font, 13);

  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » AceConfig-3.0 own font file needed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off