From 7d0212503af7b4015bbd8b433a57f9b5cd345c85 Mon Sep 17 00:00:00 2001 From: Ackis Date: Mon, 3 Nov 2008 23:40:28 +0000 Subject: [PATCH] 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) --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.9.5