embedded_graphics::text

Module 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§

TextMetrics
Text metrics.

Traits§

CharacterStyle
Character style.
TextRenderer
Text renderer.