- 31 Mar, 2022 1 commit
-
-
Arnab Animesh Das authored
-
- 25 Oct, 2021 1 commit
-
-
Jeremy Soller authored
Update dependencies See merge request redox-os/rusttype!159
-
- 24 Oct, 2021 1 commit
-
-
Tim Crawford authored
`ttf_parser` has renamed its interfaces from `Font` to `Face`, and functions now return `Result` instead of `Option`. To preserve the current behavior the `Result` is mapped to `Option`, discarding the error. Fix clippy::wrong_self_convention. Signed-off-by:
Tim Crawford <tcrawford@system76.com>
-
- 18 Jul, 2020 3 commits
-
-
Alex Butler authored
-
Alex Butler authored
Glyph lifetimes for Font::glyphs_for & Font::layout See merge request redox-os/rusttype!158
-
-
- 11 Jun, 2020 1 commit
-
-
Alex Butler authored
-
- 23 May, 2020 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
Improve Font::layout lifetime bounds Closes #151 See merge request redox-os/rusttype!156
-
- 22 May, 2020 1 commit
-
-
Alex Butler authored
-
- 19 May, 2020 2 commits
-
-
Alex Butler authored
Update ttf-parser to 0.6 Closes #149 See merge request redox-os/rusttype!155
-
Alex Butler authored
Update kerning logic
-
- 03 May, 2020 1 commit
-
-
Alex Butler authored
* Add single_ttf, single_otf benches. * Adjust thrashing size to new fonts. This show the poorer performance of rusttype's handling of otfs currently compared to ttfs.
-
- 25 Apr, 2020 1 commit
-
-
Alex Butler authored
-
- 21 Apr, 2020 4 commits
-
-
Alex Butler authored
Use owned_ttf_parser crate See merge request redox-os/rusttype!154
-
Alex Butler authored
Push unsafety out of rusttype to the very specific usage in the dependency.
-
Alex Butler authored
Implement Support for building outlines See merge request redox-os/rusttype!153
-
Christopher Serr authored
This brings back support for building outlines, which disappeared in rusttype 0.9.
-
- 18 Apr, 2020 2 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
- 13 Apr, 2020 7 commits
-
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Exo2 ttf vs otf See merge request redox-os/rusttype!152
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Support .otf fonts by switching to ttf-parser & ab_glyph_rasterizer Closes #137 See merge request redox-os/rusttype!151
-
- 10 Apr, 2020 13 commits
-
-
Alex Butler authored
* Rename "rusttype-dev" private crate "dev"
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Update changelog
-
Alex Butler authored
* Add Exo2-Light.oft refrence tests & benchmark. * Update readme. * Remove crate rasterization logic. * Update render references (byte differences, visually the same).
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
-
Alex Butler authored
Implement Default for the geometry structs See merge request redox-os/rusttype!150
-
Ryan Wiedemann authored
-