Harfbuzz Rs Versions Save

A fully safe Rust wrapper for the harfbuzz text shaping library.

v2.0.1

2 years ago

[2.0.1] 2021-08-28

Added

  • Add basic support for font variations (see PR #32)
  • Improve documentation around font variations and font funcs.

v2.0.0

2 years ago

Changed

  • Breaking Remove reexport of harfbuzz-sys (this was a bad idea, since we inherit any breaking changes made in harfuzz-sys automatically)
  • Update harfbuzz-sys to 0.5
  • Update rusttype to 0.9
  • Improve README

Fixed

  • Cargo test no longer may fail spuriously because of harfbuzz-internal serialization format not being consistent

v1.1.1

4 years ago

[1.1.1] 2020-04-29

Fixed

  • The project now builds again with rusttype < 0.9

v1.0.1

4 years ago

Fixed

  • Builds on Android now #20
  • Memory leak on face creation
  • Memory leak on font creation #22
  • BufferSerializer now correctly serializes a single glyph #23