diff --git a/resources/noggit_font.ttf b/resources/noggit_font.ttf index c63c669c..1737f38b 100644 Binary files a/resources/noggit_font.ttf and b/resources/noggit_font.ttf differ diff --git a/src/noggit/ui/font_noggit.hpp b/src/noggit/ui/font_noggit.hpp index 1abcb9db..94de2c45 100644 --- a/src/noggit/ui/font_noggit.hpp +++ b/src/noggit/ui/font_noggit.hpp @@ -115,7 +115,14 @@ namespace noggit MOUSE_INVERT = 0xf8c5, UI_TOGGLE = 0xf8c6, VIEW_MODE_2D = 0xf8c7, - VIEW_AXIS = 0xf8c8 + VIEW_AXIS = 0xf8c8, + GIZMO_TRANSLATE = 0xf8c9, + GIZMO_ROTATE = 0xf8ca, + GIZMO_SCALE = 0xf8cb, + GIZMO_VISIBILITY = 0xf8cc, + GIZMO_GLOBAL = 0xf8cd, + GIZMO_LOCAL = 0xf8ce, + GIZMO_VISIBILITY_ALL = 0xf8cf }; };