Step 175: typography and spacing

This commit is contained in:
Bill
2026-02-09 21:58:13 -07:00
parent 59b71aad64
commit f8ee687002
15 changed files with 294 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ struct EditorState {
ImFont* monoFont = nullptr;
ImFont* uiFont = nullptr;
float baseFontSize = 15.0f;
bool fontsDirty = false;
std::string lastDialogPath;
bool exitRequested = false;