rusttyper 0.3.0

Basic text layout, using rusttype.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rusttyper
Aims to provide sufficiently-featured font-rendering with `glium`. It's not there yet.
This code is based from the example in [rusttype](https://github.com/dylanede/rusttype/blob/9f9dbcd82d49f6bfc2a6658179b2d693745f4a53/examples/gpu_cache.rs)

Planned features:
- [x] Word-wrapping
- [ ] Fallback fonts
- [x] Styling (Bold, italic, underline, color)
- [ ] Icons & emoji
- [ ] LTR support

# license
MIT/Apache dual-license.

The font included in this repository, `DroidSans.ttf`, is licensed under the Apache 2.0 License.