Add text shaping example

This commit is contained in:
Jeremy Soller 2022-10-03 11:45:46 -06:00
parent a59a4de79b
commit f03a75d75f
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
16 changed files with 1063 additions and 13 deletions

15
examples/text/README.md Normal file
View file

@ -0,0 +1,15 @@
# Styling
An example showcasing custom styling with a light and dark theme.
All the example code is located in the __[`main`](src/main.rs)__ file.
<div align="center">
<a href="https://user-images.githubusercontent.com/518289/71867993-acff4300-310c-11ea-85a3-d01d8f884346.gif">
<img src="https://user-images.githubusercontent.com/518289/71867993-acff4300-310c-11ea-85a3-d01d8f884346.gif" height="400px">
</a>
</div>
You can run it with `cargo run`:
```
cargo run --package styling
```