Module embedded_graphics::text::renderer
source · [−]Expand description
Text renderer.
For more complex text rendering cases that are not covered by the mono_font
module, the
TextRenderer
trait can be implemented by external text renderers.
Implementations of this trait can be found in the bdf and eg-seven-segment repositories, which may be useful as a reference of other implementations.
Structs
Text metrics.
Traits
Character style.
Text renderer.