egui/eframe/examples
Emil Ernerfeldt fa43d16c41
Choose your own font and size (#1154)
* Refactor text layout: don't need &Fonts in all functions
* Replace indexing in Fonts with member function
* Wrap Fonts in a Mutex
* Remove mutex for Font::glyph_info_cache
* Remove RwLock around Font::characters
* Put FontsImpl and GalleyCache behind the same Mutex
* Round font sizes to whole pixels before deduplicating them
* Make TextStyle !Copy
* Implement user-named TextStyle:s
* round font size earlier
* Cache fonts based on family and size
* Move TextStyle into egui and Style
* Remove body_text_style
* Query graphics about max texture size and use that as font atlas size
* Recreate texture atlas when it is getting full
2022-01-24 14:32:36 +01:00
..
confirm_exit.rs eframe: allow aborting an exit event (#1038) 2022-01-17 18:45:09 +01:00
custom_font.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
download_image.rs Simplify http demo and add new download_image eframe demo 2022-01-15 20:34:03 +01:00
file_dialog.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
hello_world.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
image.rs Texture loading in egui (#1110) 2022-01-15 13:59:52 +01:00
rust-logo-256x256.png Improve the frame around ImageButton 2021-09-20 22:37:21 +02:00
rust-logo-license.txt Add example of loading and showing an image with eframe/egui 2021-09-04 17:44:01 +02:00