egui/egui_glow/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
..
shader Clean up glsl code 2021-11-13 13:09:08 +01:00
epi_backend.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
lib.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
misc_util.rs glow: reuse the same GL texture when possible (#1142) 2022-01-21 19:51:52 +01:00
painter.rs Choose your own font and size (#1154) 2022-01-24 14:32:36 +01:00
post_process.rs Texture loading in egui (#1110) 2022-01-15 13:59:52 +01:00
shader_version.rs Fix bugs in glow on web (#1092) 2022-01-10 23:19:30 +01:00
vao_emulate.rs Make egui_glow painter to work on web (#868) 2021-11-03 19:17:07 +01:00