aboutsummaryrefslogtreecommitdiff
path: root/python/python3-uharfbuzz/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-09-13 06:24:01 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-14 23:36:39 +0700
commit91bb08bdd0268ade497a18546d09d22451028834 (patch)
tree7ef785ce7ed38fa4ac263670133c8fa480812d69 /python/python3-uharfbuzz/README
parent5fb98c13b2aee75912f16e98cc23209179992ade (diff)
python/python3-uharfbuzz: Updated for version 0.39.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-uharfbuzz/README')
-rw-r--r--python/python3-uharfbuzz/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/python3-uharfbuzz/README b/python/python3-uharfbuzz/README
index fca777472e..287dfe61ca 100644
--- a/python/python3-uharfbuzz/README
+++ b/python/python3-uharfbuzz/README
@@ -1 +1,17 @@
Streamlined Cython bindings for HarfBuzz shaping engine
+
+To check if it has installed properly you can run the
+example program in the doc folder by
+./example.py /path-to-font/font.ttf "Hello"
+
+It should give an output similar to this
+
+H gid43=0@1540,0+1540
+e gid72=1@1260,0+1260
+l gid79=2@569,0+569
+l gid79=3@569,0+569
+o gid82=4@1253,0+1253
+
+You can view the example program in the upstream page
+in this link
+https://github.com/harfbuzz/uharfbuzz