From fabff758122481dab88d13258db191980a90b678 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 20 Sep 2020 17:34:27 +0300 Subject: Text: Japanese font sized for UI text This font is needed for example for tab titles where there are japanese glyphs. --- src/ui/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/text.h') 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 { hugeEmoji_FontId, smallEmoji_FontId, /* japanese script */ + defaultJapanese_FontId, smallJapanese_FontId, regularJapanese_FontId, mediumJapanese_FontId, -- cgit v1.2.3