From 45f0ace85b67fbf2f36a531a756efbce41b36c76 Mon Sep 17 00:00:00 2001 From: Nikos Giotis Date: Sun, 26 Nov 2023 09:34:32 +0700 Subject: python/python3-vharfbuzz: Added (shaping text tool). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-vharfbuzz/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python3-vharfbuzz/README (limited to 'python/python3-vharfbuzz/README') diff --git a/python/python3-vharfbuzz/README b/python/python3-vharfbuzz/README new file mode 100644 index 0000000000..0588f9edcd --- /dev/null +++ b/python/python3-vharfbuzz/README @@ -0,0 +1,5 @@ +uharfbuzz is an awesome tool for shaping text in Python. But it wraps +the Harfbuzz C interface quite closely, so still requires you to +perform a bunch of boilerplate operations before you can get on with +the shaping. This module allows you a slightly more high-level +interface to the text shaping process. -- cgit v1.2.3