diff options
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; |
