Adam Twardoch
Adam Twardoch
In my tests, "Automatically reload fonts if they are changed on disk" is not always working. I’m not sure why — but it’s true. Perhaps you could add a simple...
So, given how a fontParts "Font" is often quite like a "master", I still feel that we’re lacking a higher-level entity. So I’d like to suggest that perhaps something like...
There is a high-quality BSD-licensed PDFium parsing and rendering library, maintained by Google and originated at Foxkit: [1]: https://pdfium.googlesource.com/pdfium/ Qt has recently published a "labs module" to render a PDF...
It’d be great if we had a simple recipe that would build a CPython interpreter (for 2.7.x or 3.x) which would include PythonQt. This way, one could point an IDE...
There are two lightweight uniform APIs that lets users write Python code that interfaces with Qt regardless of the actual Python-Qt binding: - QtPy: https://github.com/spyder-ide/qtpy - Qt.py: https://github.com/mottosso/Qt.py They both...
Tilde tags: `Q.sc.alt` should have tag `Q.sc~wd350`. Right now `Q.sc.alt` has `~wd350` so FontLab thinks its source is `Q` (we may change it in future but now it’s so). Same...
MkDocs accepts the site structure without explicit page titles, with just filenames, as in: ```yaml pages: - index.md - Release-Notes.md - Table-of-Contents.md - Basic Concepts: - Font.md - Font-families.md -...
Tal, for Zip, SQLite and the native OS filesystem, the "fs" module might be helpful for testing purposes: http://pyfilesystem.org/ https://pypi.python.org/pypi/fs/0.5.0 It supports all three (and a few more) using the...
@behdad @LettError I often find myself building interpolatable TTFs using "other" tools (e.g. FontLab). Or I use the UFOs but then once the interpolatable TTFs are built, I postprocess them....