Fonts and text

This commit is contained in:
Michael Mikovsky
2025-10-27 10:43:40 -06:00
parent d83e81fabc
commit b46f2683ff
12 changed files with 233 additions and 38 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ impl App {
}
pub fn draw(&mut self) {
if let Some(view) = &self.root_view {
if let Some(view) = &mut self.root_view {
let (width, height) = (
self.renderer.actual_width.clone() as f32,
self.renderer.actual_height.clone() as f32,