pub trait Renderer { // Required method fn fill_raw(&mut self, raw: Raw); }
A text renderer coupled to iced_graphics.
iced_graphics
Draws the given Raw text.
Raw