libcosmic/examples/text
2022-10-09 17:04:59 -06:00
..
res Update farsi sample 2022-10-07 19:44:52 -06:00
src Memory map fonts 2022-10-09 17:04:59 -06:00
Cargo.toml Memory map fonts 2022-10-09 17:04:59 -06:00
README.md Update readmes 2022-10-03 14:00:42 -06:00

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