Implement fill_raw
This commit is contained in:
parent
90c0aefa25
commit
a926290efb
4 changed files with 17 additions and 4 deletions
|
|
@ -824,7 +824,8 @@ impl core::text::Renderer for Renderer {
|
|||
}
|
||||
|
||||
fn fill_raw(&mut self, raw: Self::Raw) {
|
||||
// TODO
|
||||
let (layer, transformation) = self.layers.current_mut();
|
||||
layer.draw_text_raw(raw, transformation);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue