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

@@ -25,6 +25,8 @@ struct CodeEditorOptions {
bool showAnnotations = false;
bool showLineNumbers = true;
bool showCurrentLine = true;
float lineHeightScale = 1.0f;
float letterSpacing = 0.0f;
int annotationLayout = 0; // 0=above, 1=margin, 2=beside
const std::vector<int>* errorLines = nullptr;
const std::vector<int>* warningLines = nullptr;