This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?
1. fail to register unicode font to LSM
After I have add the 255 at the end of the register line, LSM3 is able to display unicode font as a choice when choosing font.
-- LibSharedMedia-3.0 supportlocal SharedMedia = LibStub("LibSharedMedia-3.0")SharedMedia:Register("font", "UnicodeFont", UNICODEFONT, 255)
What is the expected output? What do you see instead?
this function doesn't work
local function ApplySystemFonts() -- Chat bubbles STANDARD_TEXT_FONT = UNICODEFONT -- Names above people's heads UNIT_NAME_FONT = UNICODEFONT NAMEPLATE_FONT = UNICODEFONT
To post a comment, please login or register a new account.