- 12 Feb, 2018 4 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
Make `gpu_cache` optional
-
Jeremy Soller authored
Add a simple new `image` example
-
Jeremy Soller authored
Exposed units_per_em function in rusttype
-
- 11 Feb, 2018 1 commit
-
-
fschutt authored
-
- 23 Jan, 2018 2 commits
-
-
Jeremy Soller authored
Update rusttype version in README
-
David Ross authored
This ensures the getting starting guide is accurate.
-
- 14 Jan, 2018 3 commits
-
-
Jeremy Soller authored
Add support for unscaled fonts
-
fschutt authored
This enables a user to get the raw, unscaled font metrics (which is needed for embedding fonts in PDFs, for example). Also made it possible to multiply the VMetrics by an f32 in order to scale them.
-
fschutt authored
This is useful if you have to access the actual vertices of the glyph or calculate the UNSCALDED metrics of a glyph.
-
- 13 Jan, 2018 1 commit
-
-
Jeremy Soller authored
Partition gpu_cache glyph lookup by FontId-GlyphId
-
- 12 Jan, 2018 1 commit
-
-
Alex Butler authored
Improves gpu cache performance
-
- 08 Jan, 2018 4 commits
-
-
Jeremy Soller authored
Implement `Display` and `Error` traits for error types
-
YOSHIOKA Takuma authored
-
YOSHIOKA Takuma authored
-
YOSHIOKA Takuma authored
-
- 27 Nov, 2017 1 commit
-
-
Jeremy Soller authored
-
- 10 Nov, 2017 2 commits
-
-
Jeremy Soller authored
Fix panic sorting PartialOrd
-
Alex Butler authored
-
- 31 Oct, 2017 2 commits
-
-
Jeremy Soller authored
Fix `shape_with_offset` method to correctly return multiple contours
-
kryptan authored
-
- 30 Oct, 2017 1 commit
-
-
Jeremy Soller authored
Fix font.glyph lifetimes allow proxy glyphs in cache
-
- 29 Oct, 2017 2 commits
-
-
Jeremy Soller authored
Avoid unnecessary boxing
-
torkleyy authored
-
- 04 Oct, 2017 2 commits
-
-
Jeremy Soller authored
Remove forked rust std libs
-
Alex Butler authored
Dependency on these died with dd9cdc5d
-
- 03 Oct, 2017 2 commits
- 02 Oct, 2017 6 commits
-
-
Alex Butler authored
Fix to glyph lifetime generation to be the font's lifetime, rather than the reference to the font. Remove forced .standalone() calls in cache to, allowing improved performance for proxy glyphs.
-
Jeremy Soller authored
Fix gpu_cache PGlyphSpec Ord,Eq implementations
-
Alex Butler authored
Fix glyph ordering panic in gpu cache code caused by partial_cmp unwrap
-
Jeremy Soller authored
Fix tests/benchmarks
-
Alex Butler authored
-
Ashley authored
-
- 24 Sep, 2017 6 commits
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-