uharfbuzz
uharfbuzz copied to clipboard
A HarfBuzz Python binding
Please provide build procedure allowing build `uharfbuzz` against system installed harfbuzz library.
This almost does something.
CI takes too much time to run. Using ccache in #146 helps some, but not on Windows (need to get it to work there). The following can be a starting...
Now we have draw_glyph_with_pen this library is no longer a plain wrapper around the Harfbuzz API. I suggest we move uharfbuzz unique functions to a separate Python file where they...
My harfbuzz is often not like your harfbuzz, so downloading and building a vendor harfbuzz isn't something I want uharfbuzz to do. Obviously it's a good idea for platforms where...
I wanted to set the buffer info cluster value before shaping so I could use the returned cluster numbers as a guide to the input colours etc etc. I had...
Hello - I've had a stab at #206! This is largely a modification of `sphinx-quickstart` to automatically generate an API reference for the module, taking a few hints from fonttools/ufoLib2...
We don’t seem to have documentation anywhere, but we should. Even though we try to remain close to HarfBuzz C-API as much as possible, it is still non 1:1 and...
https://github.com/harfbuzz/uharfbuzz/pull/201 added support for optionally linking uharfbuzz with a preinstalled harfbuzz library, this works but is not currently tested on the CI. To ensure this continues to work we should...