egui/crates/epaint/src/text
Emil Ernerfeldt 02b9d2d082
Keyboard shortcut helpers (#2202)
* eframe web: Add WebInfo::user_agent

* Deprecate `Modifier::ALT_SHIFT`

* Add code for formatting Modifiers and Key

* Add type KeyboardShortcut

* Code cleanup

* Add Context::os/set_os to query/set what OS egui believes it is on

* Add Fonts::has_glyph(s)

* Add helper function for formatting keyboard shortcuts

* Faster code

* Add way to set a shortcut text on menu buttons

* Cleanup

* format_keyboard_shortcut -> format_shortcut

* Add TODO about supporting more keyboard sumbols

* Modifiers::plus

* Use the new keyboard shortcuts in emark editor demo

* Explain why ALT+SHIFT is a bad modifier combo

* Fix doctest
2022-10-31 12:58:26 +01:00
..
cursor.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
font.rs Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
fonts.rs Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
mod.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
text_layout.rs Fix text sizes being too small (#2069) 2022-09-21 21:31:08 +02:00
text_layout_types.rs fix typo in text_layout_types (#2150) 2022-10-14 08:03:47 +02:00