1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

TextEdit can now show immutable text

This commit is contained in:
Emil Ernerfeldt
2021-10-02 21:43:17 +02:00
parent 8ce7fadc9f
commit 8d854391df
2 changed files with 52 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md), [`eg
* `Fonts::layout_job*`: New text layout engine allowing mixing fonts, colors and styles, with underlining and strikethrough.
* Add feature `"serialize"` separatedly from `"persistence"`.
* Add `egui::widgets::global_dark_light_mode_buttons` to easily add buttons for switching the egui theme.
* `TextEdit` can now be used to show text which can be selectedd and copied, but not edited.
### Changed 🔧
* Label text will now be centered, right-aligned and/or justified based on the layout.