Releases: harfbuzz/uharfbuzz
Releases · harfbuzz/uharfbuzz
0.25.0
- Updated to HarfBuzz 4.2.1.
0.24.1
0.24.0
0.23.0
- Updated to HarfBuzz 4.1.0.
- Add
repack()
for table packing.
0.22.0
- 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
- Updated to HarfBuzz 3.3.2.
v0.20.0
v0.19.0
v0.18.0
v0.17.1
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.