1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Add fake italics (tilt text)

This commit is contained in:
Emil Ernerfeldt
2021-01-30 14:48:36 +01:00
parent d249ed86ba
commit c50190a7e8
6 changed files with 78 additions and 24 deletions

View File

@@ -12,9 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ⭐
* Add support for secondary and middle mouse buttons.
* Add `Label` methods for code, strong, strikethrough, underline and italics.
* `egui::popup::popup_below_widget`: show a popup area below another widget.
* Add `Slider::clamp_to_range(bool)`: if set, clamp the incoming and outgoing values to the slider range.
* Add `Label` methods for code, strong, strikethrough and underline.
### Changed 🔧