libcosmic/examples/text
2022-10-05 09:17:15 -06:00
..
res Add bidi example 2022-10-04 15:04:06 -06:00
src Delete extra file 2022-10-05 09:17:15 -06:00
Cargo.toml Switch to ab_glyph by default, faster with identical results 2022-10-05 08:46:54 -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