From f180f28fe96e7b5e069b56f0973faad64465fc75 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 3 Sep 2021 16:19:50 -0400 Subject: Cleanup tag list and tag rendering --- ui/render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/render.h') diff --git a/ui/render.h b/ui/render.h index 5464f684..e23173bf 100644 --- a/ui/render.h +++ b/ui/render.h @@ -97,5 +97,6 @@ public: BinaryViewRef view, uint64_t lineStartAddr, size_t cols, size_t firstCol, size_t count, bool cursorVisible, bool cursorAscii, size_t cursorPos, bool byteCursor); QFont getFont() { return m_fontParams.getFont(); } + QFont getEmojiFont() { return m_fontParams.getEmojiFont(); } void setFont(const QFont& font); }; -- cgit v1.3.1