mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
## Summary - Add `LayoutJob::clear` to reuse layout settings while rebuilding text. - Cover preservation of every layout setting. ## Test - `cargo clippy -p epaint --all-features --all-targets` - `cargo test -p epaint --all-features` * [x] I have followed the instructions in the PR template