varfont-prep icon indicating copy to clipboard operation
varfont-prep copied to clipboard

Check for compatibility with cu2qu rather than with FontParts

Open thundernixon opened this issue 6 years ago • 1 comments

Right now, VarFont Prep misses a bunch of glyphs, because it relies on the FontParts check isCompatible(), which isn't as strict as the compatibility requirements in cu2qu (the converter to TTF/quadratic curves).

I want to change this, so more glyphs are removed as needed.

thundernixon avatar Jun 25 '19 20:06 thundernixon

Note to self: maybe the script could just do the actual conversion, glyph be glyph, perhaps in a "try, except" setup. try converting, except compatibility error, remove glyph

arrowtype avatar Nov 08 '19 22:11 arrowtype