More implementation of new buffer abstraction
This commit is contained in:
parent
2bbacf5636
commit
441112b5e2
7 changed files with 244 additions and 397 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue