egui/epaint/src/text
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
..
cursor.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
font.rs Fix: '\t' always take up the width of four spaces 2021-10-23 14:38:26 +02:00
fonts.rs When using a custom font you can now specify a font index (#873) 2021-11-07 19:47:52 +01:00
mod.rs When using a custom font you can now specify a font index (#873) 2021-11-07 19:47:52 +01:00
text_layout.rs End statements with semicolon (clippy::semicolon_if_nothing_returned) 2021-10-20 16:46:57 +02:00
text_layout_types.rs Rich text for all widgets (#855) 2021-11-01 21:30:10 +01:00