Skip to content

Releases: harfbuzz/harfbuzz_rs

v2.0.1

28 Aug 16:12
v2.0.1
8d5eba8
Compare
Choose a tag to compare

[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

23 Aug 18:54
v2.0.0
9e68828
Compare
Choose a tag to compare

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

harfbuzz_rs v1.1.1

29 Apr 10:52
v1.1.1
0958f63
Compare
Choose a tag to compare

[1.1.1] 2020-04-29

Fixed

  • The project now builds again with rusttype < 0.9

harfbuzz_rs 1.0.1

18 Jan 13:16
v1.0.1
e47aff9
Compare
Choose a tag to compare

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