diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-09-03 16:19:50 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-09-23 15:55:57 -0400 |
| commit | f180f28fe96e7b5e069b56f0973faad64465fc75 (patch) | |
| tree | 0bd26e8dc32cf3043409c00825904801d07fc84c /ui/render.h | |
| parent | 6bda03a2086e86d93be3d787d567990bcfd37865 (diff) | |
Cleanup tag list and tag rendering
Diffstat (limited to 'ui/render.h')
| -rw-r--r-- | ui/render.h | 1 |
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); }; |
