egui/emath/src
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
..
align.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
lib.rs Add misc documentation 2022-01-22 09:07:41 +01:00
numeric.rs Clean up some macro syntax 2021-10-02 21:08:00 +02:00
pos2.rs Add misc documentation 2022-01-22 09:07:41 +01:00
rect.rs Add bar charts and box plots (#863) 2021-11-29 18:39:58 +01:00
rect_transform.rs Implement `bytemuck` behind a feature (#775) 2021-10-07 22:30:15 +02:00
rot2.rs Implement `bytemuck` behind a feature (#775) 2021-10-07 22:30:15 +02:00
smart_aim.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
vec2.rs Add misc documentation 2022-01-22 09:07:41 +01:00