Implement draw_paragraph in iced_tiny_skia
This commit is contained in:
parent
601e5563d1
commit
8129e2c208
3 changed files with 115 additions and 68 deletions
|
|
@ -405,7 +405,7 @@ impl Backend {
|
|||
let clip_mask = (!physical_bounds.is_within(&clip_bounds))
|
||||
.then_some(clip_mask as &_);
|
||||
|
||||
self.text_pipeline.draw(
|
||||
self.text_pipeline.draw_cached(
|
||||
content,
|
||||
*bounds + translation,
|
||||
*color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue