WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   Tooltip Font changed since Shadowlands? (https://www.wowinterface.com/forums/showthread.php?t=58312)

Lybrial 10-18-20 01:12 AM

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.

Lybrial 10-21-20 10:24 AM

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

Lybrial 10-21-20 11:00 AM

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.


All times are GMT -6. The time now is 08:12 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI