egui/epaint/src
Emil Ernerfeldt 1363ac4a24 demo: in font book, ask font what characters are supported
This replaces manual lists with a call to ab_glypgh::Font::codepoint_ids
plus names from the unicode_names2 crate.
2021-06-24 17:35:56 +02:00
..
text demo: in font book, ask font what characters are supported 2021-06-24 17:35:56 +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 Rename Shape::polygon to Shape::convex_polygon 2021-05-20 22:14:08 +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