* Add Row::text * Rename elide_at_width -> truncate_at_width * Move text layout tests to own module * Add test to check that elision character is always included * Include elision character in more circumstances * Append overflow character if we can't replace * Always append … when eliding * Add a secondary text to the text layout demo |
||
|---|---|---|
| .. | ||
| benches | ||
| fonts | ||
| src | ||
| CHANGELOG.md | ||
| Cargo.toml | ||
| README.md | ||
README.md
epaint - egui paint library
A bare-bones 2D graphics library for turning simple 2D shapes and text into textured triangles.
Made for egui.