egui/epaint/src
Emil Ernerfeldt 878eddd546
When using a custom font you can now specify a font index (#873)
When using a custom font you can now specify a font index

Closes https://github.com/emilk/egui/issues/853
2021-11-07 19:47:52 +01:00
..
text When using a custom font you can now specify a font index (#873) 2021-11-07 19:47:52 +01:00
color.rs Implement bytemuck for epaint::Rgba 2021-10-13 08:56:34 +02:00
lib.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
mesh.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
mutex.rs Clean up epaint mutex code 2021-10-20 22:24:34 +02:00
shadow.rs Replace every ... with … like some sort of crazy person 2021-10-13 11:52:34 +02:00
shape.rs Improve docs, especially of epaint, and add epaint/CHANGELOG.md 2021-10-10 15:35:13 +02: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 Add tessellation option to toggle rounding text to pixel coordinates 2021-10-27 08:56:06 +02:00
texture_atlas.rs egui_web: make text thicker and less pixelated (#640) 2021-08-21 21:18:00 +02:00
util.rs Refactor memory data (#836) 2021-10-27 08:51:34 +02:00