Thread Tools Display Modes
10-18-20, 01:12 AM   #1
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Tooltip Font changed since Shadowlands?

Since shadowlands my font is no longer applied to Tooltip Med and Tooltip Small.
I could not find any changes regarding tooltip fonts here.

Does somebody know of any changes regarding the tooltip fonts?

Setting:

- _G.Tooltip_Med
- _G.Tooltip_Small

To some other font than blizzards default Fritz QT does not seem to have any effect.
Another change I have noticed since shadowlands is that whitespaces in some fonts arent
showing correctly anymore, they are showing as rectangles.

Last edited by Lybrial : 10-18-20 at 06:22 AM.
  Reply With Quote
10-21-20, 10:24 AM   #2
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Found the problem... Though it is very strange and I dont know how to solve it:

Lua Code:
  1. print(_G.Tooltip_Small:GetName(), "Tooltip_Small", _G.Tooltip_Small:GetName() == "Tooltip_Small");

output:

Lua Code:
  1. Tooltip_Small Tooltip_Small false
  Reply With Quote
10-21-20, 11:00 AM   #3
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
Ok in total desperation I created a new file and coded exactly the same stuff again without copying it from my old file. Now it works. Seems like there was some happening with encoding or other magical stuff.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Tooltip Font changed since Shadowlands?

Thread Tools
Display Modes

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