From 2fbcb80272e0bdd6a41f950e2c209fbfefc94fa9 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 1 Nov 2022 15:35:03 +0000 Subject: [PATCH] README.rst: add `repacker` to list of extras --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5f4b5c075..e1f9f92f8 100644 --- a/README.rst +++ b/README.rst @@ -120,8 +120,7 @@ are required to unlock the extra features named "ufo", etc. * `unicodedata2 `__: ``unicodedata`` backport for Python 3.x updated to the latest Unicode - version 14.0. Note this is not necessary if you use Python 3.11 - as the latter already comes with an up-to-date ``unicodedata``. + version 15.0. *Extra:* ``unicode`` @@ -205,6 +204,13 @@ are required to unlock the extra features named "ufo", etc. * `freetype-py `__: Python binding for the FreeType library. + +- ``Lib/fontTools/ttLib/tables/otBase.py`` + + Use the Harfbuzz library to serialize GPOS/GSUB using ``hb_repack`` method, requires: + + * `uharfbuzz `__: Streamlined Cython + bindings for the harfbuzz shaping engine How to make a new release ~~~~~~~~~~~~~~~~~~~~~~~~~