More implementation of new buffer abstraction

This commit is contained in:
Jeremy Soller 2022-10-20 19:34:56 -06:00
parent 2bbacf5636
commit 441112b5e2
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
7 changed files with 244 additions and 397 deletions

View file

@ -109,6 +109,7 @@ fn main() {
window.rect(line_x + x, y, w, h, Color { data: color });
});
/*TODO
let mut line_y = font_size;
let mut start_line_opt = None;
let mut end_line = TextLineIndex::new(0);
@ -147,6 +148,7 @@ fn main() {
);
}
}
*/
window.sync();