Update README

This commit is contained in:
Jeremy Soller 2022-10-19 14:17:24 -06:00
parent 3035bad29a
commit 91687d4654
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -1,3 +1,12 @@
# COSMIC Text
Pure Rust multi-line text shaping and rendering for COSMIC.
COSMIC Text provides advanced text shaping, layout, and rendering wrapped up
into a simple abstraction. Shaping is provided by rustybuzz, and supports a
wide variety of advanced shaping operations. Rendering is provided by swash,
which supports ligatures and color emoji. Layout is implemented custom, in safe
Rust, and supports bidirectional text. Font fallback is also a custom
implementation, reusing some of the static fallback lists in browsers such as
Chromium and Firefox. Linux, macOS, and Windows are supported with the full
feature set. Other platforms may need to implement font fallback capabilities.