Behdad Esfahbod
Behdad Esfahbod
That functionality shouldn't be necessary for susbetting. Is wrong that it was added and used. Please describe what you are trying to do with it.
Right now pre/post-context can only be set using the UTF APIs and only if one knows the secret passcode, so to speak. Maybe add `hb_buffer_add_pre` and `hb_buffer_add_post` so one can...
Hi Sascha, Nice work! Here's the output of what roozbeh did for HarfBuzz testing by extracting Wikipedia: https://github.com/behdad/harfbuzz-testing-wikipedia Don't know if it's of much use. That one included all talk...
This is great work. Congratulations! For cubic-to-quadratic conversion I suggest you lift the cu2qu algorithm. I have described it here: https://github.com/googlefonts/cu2qu/issues/10 Cheers
Towards L4 instancing. This does 2 things: - Mess up `__init__` to pass triples instead of floats and min:max for every axis all the time... - Add a `instancer.solver` module...
Over the past two days I fixed issues with XML rountripping. In both cases I had a test case. Would be nice if there's a directory and I can just...
Fixes https://github.com/fonttools/fonttools/issues/1252 @LettError can you test this?
Would be nice to have an opener that can open anything and return a glyphset. Should be, like, 50 lines :). Any volunteers? Perhaps first write a file type guesser...
This is @LettError 's favorite feature. We should support it. I have ideas.