summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-22 21:51:26 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-22 21:51:26 +0300
commit0efb36ee53ea092e6ca74b992f669f125bf17e89 (patch)
tree3a34ed3ae6355cce1e53b3c37df707e36294ee7b /src/ui/text.h
parent1ed883e2ebff861c660b69c3bd2d92f0766a704f (diff)
Added "Nanum Gothic" as a Korean font
This overrides Kosugi Maru as it looks a bit nicer, in case there are glyphs available in both.
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 87f69300..35f48528 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -72,6 +72,15 @@ enum iFontId {
72 bigJapanese_FontId, 72 bigJapanese_FontId,
73 largeJapanese_FontId, 73 largeJapanese_FontId,
74 hugeJapanese_FontId, 74 hugeJapanese_FontId,
75 /* korean script */
76 defaultKorean_FontId,
77 monospaceSmallKorean_FontId,
78 monospaceKorean_FontId,
79 regularKorean_FontId,
80 mediumKorean_FontId,
81 bigKorean_FontId,
82 largeKorean_FontId,
83 hugeKorean_FontId,
75 max_FontId, 84 max_FontId,
76 85
77 /* Meta: */ 86 /* Meta: */