View Single Post
08-27-16, 10:08 AM   #7
kokomala
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 29
Originally Posted by Phanx View Post
It sounds like you may have some invalid fonts registered with LibSharedMedia. There's no way to check if a font file or path is valid. Passing an invalid one to :SetFont won't throw an error, but it won't change the font either. The "font not set" error can happen if you pass an invalid font path to :SetFont, and then try to use :SetText (and maybe other methods) on the font string.
I'm not sure if this is the case, as I've been experiencing a similar issue myself. This normally occurs with external fonts, but can also occur with wow internal fonts.

The fonts are registered correctly, as some of the errors are from SM fonts registered by other addons.

This has a higher chance of occurring when you first open the game and attempt to change a font string. After some game time, this usually fixes itself.
  Reply With Quote