SmartDebuff

3 - font not work for Traditional Chinese

What steps will reproduce the problem?
1. add a player with Traditional Chinese name into party

What is the expected output? What do you see instead?
need player name on the button, but only a "?"

What version of the product are you using?
SmartDebuff_v31a

Do you have an error log of what happened?
no

Please provide any additional information below.
can do this for temporary patch.

in SmartDebuff.lua
line 1417
OLD: button.text = button:CreateFontString(nil, nil, "SmartDebuff_Font");
NEW: button.text = button:CreateFontString(nil, nil, "GameFontNormalSmall");

line 2011
OLD: sbs_btn.text:SetFont("Fonts\\FRIZQT__.TTF";, sbs_fontH);
NEW: --sbs_btn.text:SetFont("Fonts\\FRIZQT__.TTF";, sbs_fontH);

add this line after line 2011
    sbs_btn.text:SetText(sbs_st)

User When Change
Aeldra Mon, 17 Aug 2009 12:52:09 Changed status from New to Started
izayoi Tue, 02 Jun 2009 22:28:46 Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Aeldra Aeldra Mon, 17 Aug 2009 12:58:23

    Fixed in 3.2c

  • 1 comment

Facts

Last updated on
17 Aug 2009
Reported on
02 Jun 2009
Status
Started - Work on this issue has begun.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.

Reported by

Possible assignees