Jan Šindler
Jan Šindler
in pyodide `system = platform.system()` is equal to `Emscripten`, which results to `library_name = 'libfreetype.so'`, lib file (if I understand correctly) which can't be found. Is it something on your...
When initializing `freetype.Face` with a byte stream and not path I get this error `freetype.ft_errors.FT_Exception: FT_Exception: (invalid stream operation)`. It happens both when parsing it opened file and BytesIO instance....
[bug.ufo.zip](https://github.com/trufont/trufont/files/4375135/bug.ufo.zip) I have attached the `ufo`, doesn't happen with fresh `ufo`. This is a file that is maintained in `RoboFont`.
Hi, I run my script out of the DrawBot app it gives different result than when I run it as a module. I set font with font function, I give...
**Is your feature request related to a problem? Please describe.** I don't want to introduce unnecessary changes to the users by changing to the latest theme. I would love to...
would writing tests checking stuff like these between drawbot-skia and drawbot be desirable? ``` rect.__code__.co_argcount rect.__defaults__ rect.__code__.co_varnames ``` if yes, I would like to do it!
What is your take on this? I imagine would be great to just check all formats you want to export, go grab a coffee, return and have it done. Also...
could we have option to export UFO as well? for cases for further external data processing
This I used as test file [smart_stuff.zip](https://github.com/user-attachments/files/16778787/fontmakeplugin.zip) Let me know what you think, thanks!
what is your take on decomposing smart stuff like outlines and corners? I didn't know about this project, that's why I bodged similar one for a font that needed we...