Releases: harfbuzz/uharfbuzz
Releases · harfbuzz/uharfbuzz
v0.5.0
- Fixed issue with
Face.create_for_tables
(#17). - Fixed building on macOS 10.14 where
libstc++
is no longer available (#16).
MacOS wheels now require 10.9 or above, because they are linked with the newlibc++
targeting C++11. - Updated embedded HarfBuzz library to v2.4.0:
https://github.com/harfbuzz/harfbuzz/releases/tag/2.4.0
v0.4.0
- Initialize Buffer, Face, Font, FontFuncs classes in their default
__cinit__
constructor; deprecate alternativecreate()
constructors (#12). - Avoid to copy unicode strings when populating the buffer, pass directly to hb_buffer_add_* their inner data pointers from the PEP393 canonical or shortest-representation form (#13).
- Set up test suite with support for test coverage of Cython files (#14).
- Explicitly require Python >= 3.5 in setup.py. This is required since we use PEP393 flexible unicode strings API, the typing module, etc.
v0.3.1
v0.3.0
- Export
hb_font_set_variations
asFont.set_variations
- Updated harfbuzz to 2.1.1
v0.2.2
Updated Harfbuzz to 1.9.0
v0.2.1
v0.2.0
- Updated embedded harfbuzz library to 1.8.4
- Added support for python 3.7