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 - Text metrics.
Traits§
- Character
Style - Character style.
- Text
Renderer - Text renderer.