mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
Improve docs, especially of epaint, and add epaint/CHANGELOG.md
This commit is contained in:
9
epaint/CHANGELOG.md
Normal file
9
epaint/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# epaint changelog
|
||||
|
||||
All notable changes to the epaint crate will be documented in this file.
|
||||
|
||||
## Unreleased
|
||||
* `Fonts::layout_job`: New text layout engine allowing mixing fonts, colors and styles, with underlining and strikethrough.
|
||||
* New `CircleShape`, `PathShape`, `RectShape` and `TextShape` used in `enum Shape`.
|
||||
* Add support for rotated text (see `TextShape`).
|
||||
* Added `"convert_bytemuck"` feature.
|
||||
Reference in New Issue
Block a user