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)
- 1 comment
- 1 comment
- #1
Aeldra Mon, 17 Aug 2009 12:58:23Fixed in 3.2c