Checkpoint
This commit is contained in:
parent
f1cc62c21f
commit
0fb7364235
5 changed files with 27 additions and 118 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue