summaryrefslogtreecommitdiffstats
path: root/python/python3-vharfbuzz/README
diff options
context:
space:
mode:
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.