From 5090180c23dd53de111c316286639d3ba8277468 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Jan 2014 21:51:03 +0300 Subject: Add chinese font auto usage if detected chinese locale. --- src/gui/theme.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/theme.h') diff --git a/src/gui/theme.h b/src/gui/theme.h index 95511dc59..2e4b70e13 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -54,6 +54,7 @@ struct ThemeInfo final helpFont(), secureFont(), japanFont(), + chinaFont(), fontSize(0), npcfontSize(0), guiAlpha(0.0F) @@ -67,6 +68,7 @@ struct ThemeInfo final std::string helpFont; std::string secureFont; std::string japanFont; + std::string chinaFont; int fontSize; int npcfontSize; float guiAlpha; -- cgit v1.2.3-60-g2f50