diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-17 20:33:14 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-17 20:33:14 +0300 |
commit | b3ae7efcb9adb1de3d02f0753e2a79888bdb71ac (patch) | |
tree | 57fb9f82f2d19a1c8e6d1aa85865f9df210e2c4b /src/defs.h | |
parent | 2e2b823bfb5d34d42c6b6c1b289193c854459b45 (diff) |
FontPack management via "about:fonts"
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -126,8 +126,8 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) { | |||
126 | #define delete_Icon "\u232b" | 126 | #define delete_Icon "\u232b" |
127 | #define copy_Icon "\u2398" //"\u2bba" | 127 | #define copy_Icon "\u2398" //"\u2bba" |
128 | #define check_Icon "\u2714" | 128 | #define check_Icon "\u2714" |
129 | #define ballotChecked_Icon "\U0001f5f9" | 129 | #define ballotChecked_Icon "\u2611" |
130 | #define ballotUnchecked_Icon "\U0001f5f9" | 130 | #define ballotUnchecked_Icon "\u2610" |
131 | #define inbox_Icon "\U0001f4e5" | 131 | #define inbox_Icon "\U0001f4e5" |
132 | #define book_Icon "\U0001f56e" | 132 | #define book_Icon "\U0001f56e" |
133 | #define bookmark_Icon "\U0001f516" | 133 | #define bookmark_Icon "\U0001f516" |
@@ -162,6 +162,7 @@ iLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) { | |||
162 | #define select_Icon "\u2b1a" | 162 | #define select_Icon "\u2b1a" |
163 | #define downAngle_Icon "\ufe40" | 163 | #define downAngle_Icon "\ufe40" |
164 | #define photo_Icon "\U0001f5bc" | 164 | #define photo_Icon "\U0001f5bc" |
165 | #define fontpack_Icon "\U0001f520" | ||
165 | 166 | ||
166 | #if defined (iPlatformApple) | 167 | #if defined (iPlatformApple) |
167 | # define shift_Icon "\u21e7" | 168 | # define shift_Icon "\u21e7" |