New updates doesn't work on TW servers anymore #1


  • New
  • Defect
Open
Assigned to whitetooth3
  • _ForgeUser1183722 created this issue Oct 31, 2010

    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 support
    local 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

  • _ForgeUser1183722 added the tags New Defect Oct 31, 2010

To post a comment, please login or register a new account.