From c11e09353ba7558f15958a01a0a4ac8f704d1ba5 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 14 Nov 2020 18:33:48 +0200 Subject: macOS: Font tweak for ⌘ and ⇧ characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3dd949d9..25312973 100644 --- a/src/ui/text.h +++ b/src/ui/text.h @@ -34,6 +34,7 @@ enum iFontId { defaultMedium_FontId, defaultLarge_FontId, defaultMonospace_FontId, + defaultContentSized_FontId, /* content fonts */ regular_FontId, monospace_FontId, -- cgit v1.2.3