egui/epaint/src
zu1k 1fc2510b3b
Fix blocking when using custom large font files (#594)
* Fix blocking when using custom large font files

* Add docstring explaining laziness

* Put characters behind a epaint::RwLock

* cargo fmt font.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2021-08-16 22:17:31 +02:00
..
text Fix blocking when using custom large font files (#594) 2021-08-16 22:17:31 +02:00
color.rs clippy fixes for rust 1.53 2021-06-22 23:38:34 +02:00
lib.rs Use old 1.51 toolchain instead of bleeding edge (#505) 2021-06-23 09:16:39 +02:00
mesh.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
mutex.rs Detect single-threaded mutex reentry in debug mode (#433) 2021-05-26 22:13:24 +02:00
shadow.rs Style tweaks (#450) 2021-06-12 15:53:56 +02:00
shape.rs Plot: Line styles (#482) 2021-07-06 20:15:04 +02:00
shape_transform.rs Add some clippy lints 2021-03-23 19:53:31 +01:00
stats.rs Wrap tesselated output in struct ClippedMesh(Rect, Mesh) 2021-01-25 21:43:17 +01:00
stroke.rs Improve various documentation 2021-05-20 22:12:17 +02:00
tessellator.rs Add Context::set_debug_on_hover and egui::trace!(ui) 2021-05-27 19:30:08 +02:00
texture_atlas.rs Add a bunch on inline annotations 2021-04-01 23:07:15 +02:00