No description
Find a file
2022-10-18 12:07:22 -06:00
examples Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
sample Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
src Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
.gitignore Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
Cargo.toml Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
editor-libcosmic.sh Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
editor-orbclient.sh Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
LICENSE Text library moved from libcosmic 2022-10-18 12:07:22 -06:00
README.md Text library moved from libcosmic 2022-10-18 12:07:22 -06:00

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