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 | |
| parent | 6bda03a2086e86d93be3d787d567990bcfd37865 (diff) | |
Cleanup tag list and tag rendering
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/render.h | 1 | ||||
| -rw-r--r-- | ui/tagtypelist.h | 1 |
2 files changed, 2 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); }; diff --git a/ui/tagtypelist.h b/ui/tagtypelist.h index 43267c21..d28dd5e8 100644 --- a/ui/tagtypelist.h +++ b/ui/tagtypelist.h @@ -53,6 +53,7 @@ class BINARYNINJAUIAPI TagTypeItemDelegate: public QItemDelegate Q_OBJECT QFont m_font; + QFont m_monospaceFont; QFont m_emojiFont; int m_baseline, m_charWidth, m_charHeight, m_charOffset; |
