diff --git a/src/editor/mod.rs b/src/editor/mod.rs index f1439be..1239eb1 100644 --- a/src/editor/mod.rs +++ b/src/editor/mod.rs @@ -33,8 +33,7 @@ pub struct Editor { pub grid: CharacterGrid, pub title: String, pub mouse_enabled: bool, - pub font_name: Option, - pub font_size: Option, + pub guifont: Option, pub cursor: Cursor, pub default_style: Arc