Skip to content

Releases: alexheretic/owned-ttf-parser

0.12.0

14 Feb 15:52
e9fd544
Compare
Choose a tag to compare

0.11.0

04 Feb 19:28
889ae48
Compare
Choose a tag to compare

0.10.0

16 Jan 21:52
b8d52ab
Compare
Choose a tag to compare
  • Update ttf-parser to 0.10 changelog.
  • Add variable-fonts features, alongside existing std feature (both default) inline with upstream.

0.9.0

05 Dec 18:26
5884001
Compare
Choose a tag to compare

0.8.0

23 Jul 09:24
a2a6bf2
Compare
Choose a tag to compare
  • Update ttf-parser to 0.8 changelog.
  • OwnedFace::from_vec now returns a Result.

0.7.0

16 Jul 14:10
2dc1285
Compare
Choose a tag to compare
  • Update ttf-parser to 0.7 changelog.
  • Update *Font -> *Face to reflect the ttf-parser API changes.
    // 0.6
    let owned_font = OwnedFont::from_vec(owned_font_data, 0)?;
    
    // 0.7
    let owned_face = OwnedFace::from_vec(owned_font_data, 0)?;

0.6.0

18 May 10:41
11a7055
Compare
Choose a tag to compare
  • Update ttf-parser to 0.6.

0.5.1

18 May 10:41
331ac89
Compare
Choose a tag to compare
  • Support no_std.

0.5.0

18 May 10:40
c7f0120
Compare
Choose a tag to compare
  • Implement crate supporting ttf-parser 0.5.