Skip to content

Releases: harfbuzz/uharfbuzz

0.25.0

24 Apr 14:29
v0.25.0
cf1f70d
Compare
Choose a tag to compare
  • Updated to HarfBuzz 4.2.1.

0.24.1

03 Apr 15:49
v0.24.1
c11c7ba
Compare
Choose a tag to compare
  • Include missing HarfBuzz source files to source distribution. (#120)

0.24.0

02 Apr 13:36
v0.24.0
05d8259
Compare
Choose a tag to compare
  • Updated to HarfBuzz 4.2.0.
  • Add Font.ppem and Font.ptem properties. (#114)
  • Raise HarfBuzzError in Blob.from_file_path() on error, instead of
    returning an empty blob. (#116)

0.23.0

23 Mar 06:30
v0.23.0
0ef2a63
Compare
Choose a tag to compare
  • Updated to HarfBuzz 4.1.0.
  • Add repack() for table packing.

0.22.0

12 Mar 12:40
v0.22.0
24f0859
Compare
Choose a tag to compare
  • Updated to HarfBuzz 4.0.1.
  • Updated to use the stable HarfBuzz draw API. Old Python API is
    deprecated and new one better matching the C API is added.

0.21.0

08 Feb 15:41
v0.21.0
Compare
Choose a tag to compare
  • Updated to HarfBuzz 3.3.2.

v0.20.0

31 Jan 16:12
927957a
Compare
Choose a tag to compare
  • Added Font.get_font_extents and FontFuncs.set_font_{v,h}_extents_func methods (#106, #107).
  • Updated to HarfBuzz 3.2.0.

v0.19.0

04 Dec 02:11
v0.19.0
9ac02be
Compare
Choose a tag to compare
  • Update to HarfBuzz 3.1.2 (#104)

v0.18.0

24 Aug 13:07
v0.18.0
eaf24d1
Compare
Choose a tag to compare

v0.18.0

  • Upgrade HarfBuzz to 2.9.0 (#101)
  • Enable Uniscribe shaper on Windows (#77, #101)

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.