mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
95b7a5b34a
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. vharfbuzz allows you a slightly more high-level interface to the text shaping process. WWW: https://github.com/simoncozens/vharfbuzz
7 lines
351 B
Plaintext
7 lines
351 B
Plaintext
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. vharfbuzz allows
|
|
you a slightly more high-level interface to the text shaping process.
|
|
|
|
WWW: https://github.com/simoncozens/vharfbuzz
|