Quantcast

Ackis Recipe List:

Ackis [11-03-08 - 23:40]
Ackis Recipe List:
- Make zhTW and zhCN use that 2002 font as well, see if that fixes the issues
- Dry-coded (Compiles with luac -p)
Filename
ARLFrame.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index 8e8d22e..65d575e 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -41,7 +41,7 @@ local normalFont = "Fonts\\FRIZQT__.TTF"

 -- Fix for font issues on koKR

-if (locale == "koKR") then
+if (locale == "koKR") or (locale == "zhTW") or (locale == "zhCN") then

 	narrowFont = "Fonts\\2002.TTF"