Add initial rich text example

This commit is contained in:
Jeremy Soller 2022-10-26 14:16:48 -06:00
parent 119a570ee9
commit 4798c7ee1a
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
11 changed files with 854 additions and 595 deletions

View file

@ -15,6 +15,9 @@ mod font;
pub use self::layout::*;
mod layout;
pub use self::shape::*;
mod shape;
#[cfg(feature = "swash")]
pub use self::swash::*;
#[cfg(feature = "swash")]