Skip to content

ribir-v0.4.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@M-Adoo M-Adoo released this 02 Oct 00:51
· 96 commits to master since this release

Features

  • core: Added the PaintingStyle built-in widget, enabling any widget to utilize painting_style to specify how shapes and paths should be painted within its descendants. (#633 @M-Adoo)

Changed

  • text: Merge the overflow field to the TexStyle structure. (#629 @M-Adoo)

Breaking

  • text: Enhance the typography APIs by eliminating FontSize, Pixel, and Em, and directly utilize only logical pixels represented by f32. (#629 @M-Adoo)