egui/epaint/src
Emil Ernerfeldt d4e5133da2 refactor fonts: put TextStyle in Galley instead of in Shape::Text 2021-03-29 21:24:09 +02:00
..
text refactor fonts: put TextStyle in Galley instead of in Shape::Text 2021-03-29 21:24:09 +02:00
color.rs Optimize: add #[inline(always)] to various low-level things 2021-03-28 23:16:19 +02:00
lib.rs Add some clippy lints 2021-03-23 19:53:31 +01:00
mesh.rs Optimize: add #[inline(always)] to various low-level things 2021-03-28 23:16:19 +02:00
mutex.rs Break out mod paint into new crate epaint 2021-01-10 15:42:46 +01:00
shadow.rs Add light mode 2021-02-03 19:30:58 +01:00
shape.rs refactor fonts: put TextStyle in Galley instead of in Shape::Text 2021-03-29 21:24:09 +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 Break out mod paint into new crate epaint 2021-01-10 15:42:46 +01:00
tessellator.rs refactor fonts: put TextStyle in Galley instead of in Shape::Text 2021-03-29 21:24:09 +02:00
texture_atlas.rs Add sanity check on pixels_per_point range 2021-03-17 08:44:00 +01:00