Releases: Finomnis/u8g2-fonts
Releases · Finomnis/u8g2-fonts
v0.4.0
v0.3.0
v0.2.0
Breaking Changes
- Move text rendered with
HorizontalAlignment::Left
left by one pixel.- Rendering with
HorizontalAlignment::Left
is now identical to rendering withrender()
. - Matches the behaviour of
embedded_graphics::text
.
- Rendering with
Changes
- Integration with
embedded_graphics::text
- New feature
embedded_graphics_textstyle
that enables it - Adds struct
U8g2TextStyle
that can be used as a character style forText
- New feature
- Add new functions:
FontRenderer::with_ignore_unknown_chars()
FontRenderer::with_line_height()
FontRenderer::get_default_line_height()
- Improve multiline rendering of
format_args!()
:- Reduce memory consumption
- Improve performance
v0.1.0
v0.1.0-alpha.1
Initial release