Checkpoint

This commit is contained in:
Antonio Scandurra 2023-10-11 09:17:25 +02:00
parent f1cc62c21f
commit 0fb7364235
5 changed files with 27 additions and 118 deletions

View file

@ -173,8 +173,8 @@ impl TextSystem {
Ok(Line::new(layout.clone(), runs))
}
pub fn finish_frame(&self) {
self.text_layout_cache.finish_frame()
pub fn end_frame(&self) {
self.text_layout_cache.end_frame()
}
pub fn line_wrapper(