- Updated example to show behavior - Created styles for Expander and ExpanderRow - Simpler implementation of `ExpanderRow` - Deleted `ExpanderData` and replaced it with `ExpanderRow` - Every row can now have child rows. - Ran cargo fmt. - Deleted settings example - Added expander to cosmic example - Expander icons now render ListBox partially implemented |
||
|---|---|---|
| .. | ||
| res | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
Text
An example showcasing multi-line text shaping and rendering.
All the example code is located in the main file.
You can run it with cargo run:
cargo run --package text --release
To test with a monospace font, you can run it with the mono feature:
cargo run --package text --features mono --release