egui/epaint/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
..
text Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
util OrderedFloat refactor (#918) 2021-12-11 13:52:23 +01:00
color.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
image.rs Partial font texture update (#1149) 2022-01-22 11:23:12 +01:00
lib.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
mesh.rs Texture loading in egui (#1110) 2022-01-15 13:59:52 +01:00
mutex.rs Put everything in Context behind the same Mutex (#1050) 2022-01-10 23:13:10 +01:00
shadow.rs Replace every ... with … like some sort of crazy person 2021-10-13 11:52:34 +02:00
shape.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
shape_transform.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
stats.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
stroke.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
tessellator.rs Anti-alias path ends (#893) 2021-11-14 17:23:51 +01:00
texture_atlas.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
texture_handle.rs Partial font texture update (#1149) 2022-01-22 11:23:12 +01:00
textures.rs Partial font texture update (#1149) 2022-01-22 11:23:12 +01:00