From 91bb08bdd0268ade497a18546d09d22451028834 Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Fri, 13 Sep 2024 06:24:01 +0900 Subject: python/python3-uharfbuzz: Updated for version 0.39.5. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-uharfbuzz/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'python/python3-uharfbuzz/README') 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 -- cgit v1.2.3