python-modules
python-modules copied to clipboard
Python modules
I have an impression the notion of a separate python-modules repo may be somewhat outdated. The only “modules-only” scripts are `AdobeFontlabUtils.py` and `BezChar.py`, which could be moved to the FontLab...
When writing the kerning (with subtables) for a RTL font, the following output appears: ``` coverage table size: 1122 max subtable size: 8192 1 subtables created coverage table size: 1122...
Currently, `kfw` will just export groups/kerning for all glyphs that are somehow involved in a kerning pair. The problem here is that some glyphs might be excluded via the GlyphOrderAndAliasDB,...
When running markFeatureWriter with the options -m -t -c -i, on my Devanagari project it would be preferable for the Indic mark-to-mark lookup to be written at end of the...
… because it may trip up scenarios where the module is imported.
After floating a proof-of-concept script for several years, I finally had a go at a proper GlyphOrderAndAliasDB writer. My testing concludes that it is pretty reliable, and it should be...
The existing tests should pass. I had to do a bit of restructuring in the kern tester. The new code classes some cases as "normal" when the old code classes...
Playing around with some custom-UPM fonts, I realize: The automatic trim value of 3 units is “small” (almost imperceptible) in the kerning of a 1000-UPM font, but it’s equivalent to...
continuation of #30