summaryrefslogtreecommitdiff
path: root/ui/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/render.h')
-rw-r--r--ui/render.h1
1 files changed, 1 insertions, 0 deletions
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);
};