From d797bdbc82e3770a3a0c0bbbf50a0174436fa798 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 23 Aug 2020 22:40:31 +0300 Subject: Build option to disable kerning; other optimizations --- 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 edd7ed4e..2b4ec5c3 100644 --- a/src/ui/text.h +++ b/src/ui/text.h @@ -58,6 +58,7 @@ enum iFontId { hugeEmoji_FontId, smallEmoji_FontId, max_FontId, + /* Meta: */ fromSymbolsToEmojiOffset_FontId = 7, /* UI fonts: */ -- cgit v1.2.3