From 89b0e2f2133f9889d8ee51c29f34d16ddc1c4400 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Mon, 1 Dec 2025 15:24:52 -0500 Subject: pke-editor: add FontGlyphChar details table --- editor/editor-types.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'editor/editor-types.hpp') diff --git a/editor/editor-types.hpp b/editor/editor-types.hpp index f84b7d3..36c9fd1 100644 --- a/editor/editor-types.hpp +++ b/editor/editor-types.hpp @@ -1,6 +1,7 @@ #ifndef PKE_EDITOR_EDITOR_TYPES_HPP #define PKE_EDITOR_EDITOR_TYPES_HPP +#include "font.hpp" #include "scene-types.hpp" #include "pk.h" @@ -10,6 +11,10 @@ struct editor_master { pk_str target_scene_path = {}; bool shouldLoadScene = false; bool shouldSaveScene = false; + struct editor_master_runtime { + FontType *selected_font_type = nullptr; + bool show_font_glyphs = false; + } rt; }; extern struct editor_master editor_mstr; -- cgit v1.2.3