View Bug Report
M+ Score does not show in tooltip
Bug #: 9036
File: gmKeystone
Date: 10-30-22 08:15 PM
By: DCMonkey
Status: Unconfirmed
The M+ score does not show in the tooltip for me.

I was able to change line 75 in core.lua from
Code:
bigFont:CopyFontObject(CombatTextFont)
to
Code:
bigFont:CopyFontObject(GameFontNormalLarge)
and it shows up.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: gmarco - 10-31-22 02:14 AM
Hi,

which addon you use to display it ( chocolate bar, bazooka, ninjapanel, stat block, titan panel, docking station, buttonbin ) ?

can you also provide a screenshot of the problem ?

Thanks.

By: gmarco - 10-31-22 03:01 AM
Btw the 2 fonts are different...

The CombatTextFont is bigger...

check this:
https://i.postimg.cc/rpv7YGrM/Screenshot-2.png

By: DCMonkey - 10-31-22 12:29 PM
Titan Panel

https://imgur.com/a/m4JJMZ3

I originally tried commenting out the tooltip:SetFont(bigFont) at line 166 and that made it show up in the normal font, so I googled for another font name that sounded larger to make the other change. I don't know enough about the Addon APIs/font system to know why CombatTextFont is not working here for me. I do have combat text in game.

By: gmarco - 11-01-22 09:01 AM
Hi.

I have tried TitanPanel and for me it works like expected. I am able to see also the big combat text font.

https://i.postimg.cc/XNFxnt1D/Screenshot-6.png

Do you have other addons that do someting with fonts ?

The other big problem that I have now is that I am not able to see the vault rewards ilvl anymore.

See this post:
https://www.wowinterface.com/forums/showthread.php?t=59297

Thanks for your reports. They are really appreciated.
By: DCMonkey - 01-05-23 12:21 AM
Your recent change to base ScoreFont on GameTooltipHeader also fixed my problem.
By: gmarco - 01-05-23 11:50 AM
Nice