cosmic-text/README.md
2022-10-18 12:07:22 -06:00

355 B

COSMIC 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