slackbuilds_ponce/python/python3-vharfbuzz/README
Nikos Giotis 45f0ace85b
python/python3-vharfbuzz: Added (shaping text tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-11-26 10:05:55 +07:00

5 lines
306 B
Text

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.