summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-20 17:34:27 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-20 17:34:27 +0300
commitfabff758122481dab88d13258db191980a90b678 (patch)
treed338c8476a654d5bb1a6b76716806a11211a8beb /src/ui/text.h
parent268dbf7abac43b1e937beacabb3e7769f71c1249 (diff)
Text: Japanese font sized for UI text
This font is needed for example for tab titles where there are japanese glyphs.
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 116aab2c..dfdd6b7e 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -64,6 +64,7 @@ enum iFontId {
64 hugeEmoji_FontId, 64 hugeEmoji_FontId,
65 smallEmoji_FontId, 65 smallEmoji_FontId,
66 /* japanese script */ 66 /* japanese script */
67 defaultJapanese_FontId,
67 smallJapanese_FontId, 68 smallJapanese_FontId,
68 regularJapanese_FontId, 69 regularJapanese_FontId,
69 mediumJapanese_FontId, 70 mediumJapanese_FontId,