diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-06-29 21:40:40 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-07-01 01:32:29 -0400 |
| commit | b5a68720fd48925688afd52dcdafc14954a50fdc (patch) | |
| tree | 9d81df2ef248f7871e31d42bb6d04cf0a66211d0 /ui/fontsettings.h | |
| parent | 6183f2b4102325f1c76b91c5fa986fea56b5ecaf (diff) | |
Emoji font settings for tags
Diffstat (limited to 'ui/fontsettings.h')
| -rw-r--r-- | ui/fontsettings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/fontsettings.h b/ui/fontsettings.h index ede68a24..7e54a28f 100644 --- a/ui/fontsettings.h +++ b/ui/fontsettings.h @@ -16,6 +16,10 @@ QFont BINARYNINJAUIAPI getDefaultMonospaceFont(); QFont BINARYNINJAUIAPI getMonospaceFont(QWidget* widget); void BINARYNINJAUIAPI setMonospaceFont(const QFont& font); +QFont BINARYNINJAUIAPI getDefaultEmojiFont(); +QFont BINARYNINJAUIAPI getEmojiFont(QWidget* widget); +void BINARYNINJAUIAPI setEmojiFont(const QFont& font); + int BINARYNINJAUIAPI getDefaultExtraFontSpacing(); int BINARYNINJAUIAPI getExtraFontSpacing(); void BINARYNINJAUIAPI setExtraFontSpacing(int spacing); |
