libcosmic/examples/text
2022-10-12 17:35:23 -06:00
..
res Add UDHR samples 2022-10-12 15:24:30 -06:00
src Print font name when selecting character 2022-10-12 17:35:23 -06:00
Cargo.toml Use log to reduce prints 2022-10-12 13:59:23 -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