aboutsummaryrefslogtreecommitdiff
path: root/python/python3-vharfbuzz/README
diff options
context:
space:
mode:
authorNikos Giotis <nikos.giotis@gmail.com>2023-11-26 09:34:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-26 10:05:55 +0700
commit45f0ace85b67fbf2f36a531a756efbce41b36c76 (patch)
tree10da47560608a4c8157f290644558593df241569 /python/python3-vharfbuzz/README
parent7055cdbabba16ded4ebde067071d7e5c3d873367 (diff)
python/python3-vharfbuzz: Added (shaping text tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-vharfbuzz/README')
-rw-r--r--python/python3-vharfbuzz/README5
1 files changed, 5 insertions, 0 deletions
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.