Thread Tools Display Modes
05-31-16, 07:56 AM   #1
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
Question about Tooltip Headers

Hello,
So I'm using a version of NeavUI's nTooltip modified to my likings and I'm also using DugisGuideViewerZ I'm having a issue with my Tooltip header.

Normal Tooltip:



Small Tolltip:


As you can see the Tooltip Header changes sizes after you use one of Dugi's clickable items in the guide.

I'm sure its a dugi thing but just wondering if anyone knows a way to make this not happen.

Attached below are my Tooltip.lua and my Font.lua files.

Thanks
Coke

PS. Also I need to reload the ui with /reload to get the font back to normal size but it onlt lasts for a little while like I said.
Attached Files
File Type: lua cFonts.lua (4.9 KB, 117 views)
File Type: lua cTooltip.lua (24.6 KB, 116 views)
  Reply With Quote
06-08-16, 06:58 AM   #2
cokedrivers
A Rage Talon Dragon Guard
 
cokedrivers's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 325
So I figured out my fix, instead of just letting Blizzard take charge of the Tooltip Header Font I added this line to cTooltip.lua:
Code:
GameTooltipHeaderText:SetFont([[Interface/Addons/cTooltip/Media/Expressway_Rg_BOLD.ttf]], 18, 'THINOUTLINE')
And now it doesn.t change anymore.

Coke
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Question about Tooltip Headers


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