Skip to content

Releases: harfbuzz/uharfbuzz

v0.17.1

06 Aug 14:16
v0.17.1
732390a
Compare
Choose a tag to compare

v0.17.1

  • Build wheels for pypy3 as well as macOS arm64 and universal2 wheels.
  • Add a Blob class wrapper for hb_blob_t, and allow constructing Face
    from it. Blob has from_file_path() method that mmap’s files instead of
    leading all data in memory upfront.

v0.17.0

24 Jul 23:46
v0.17.0
Compare
Choose a tag to compare

v0.17.0

  • upgraded HarfBuzz to 2.8.2 (#91)
  • Buffer.glyph_positions() can now return None during tracing
  • enabled DirectWrite shaper on Windows (#77)
  • fixed crash when all shapers fail (#83), a RuntimeError exception will
    be raised in this case
  • respect return value from message callback function (#51)
  • fix crash when accessing Buffer.language before setting it (#89), None
    will be returned for unset language and script

v0.16.1

18 May 12:07
5ed0ff2
Compare
Choose a tag to compare

v0.16.1

  • fix CI to build 64 bit wheels for Windows (#86, #88)

v0.16.0

09 May 11:05
Compare
Choose a tag to compare

v0.16.0

  • upgraded HarfBuzz to 2.8.1
  • added font.get_glyph_extents (#80, #82)
  • added font.get_nominal_glyph (#81, resolving #22)
  • added font.get_var_coords_normalized (#81)
  • added font.set_var_coords_normalized (#81)

v0.15.0

22 Mar 07:28
da2e6d5
Compare
Choose a tag to compare
  • upgrade harfbuzz to 2.8.0
  • include CoreText shaper on macOS (#72)

v0.14.1a2

17 Feb 19:42
v0.14.1a2
53f887b
Compare
Choose a tag to compare
v0.14.1a2 Pre-release
Pre-release

Testing auto-deployment from Github CI #2

v0.14.1a1

17 Feb 19:24
v0.14.1a1
20ab95a
Compare
Choose a tag to compare
v0.14.1a1 Pre-release
Pre-release

Testing auto-deployment from Github CI

v0.14.0

30 Sep 15:58
9504b38
Compare
Choose a tag to compare
  • Implement a more Pythonic feature slice notation (#65)
  • source distribution/sdist: Short-list just the Harfbuzz sources we need (#63)

v0.13.2

11 Sep 09:22
9c5c8c5
Compare
Choose a tag to compare
  • Include HarfBuzz sources in source distribution (#61, #62)

v0.13.1

11 Sep 08:30
Compare
Choose a tag to compare
  • Fixed CI to not fail when publishing a source distro on PyPI (#59)