batchRoboFontExtension
batchRoboFontExtension copied to clipboard
I'm trying to generate a variable font from a designspace with multiple sources, including some UFOs with sparse layers. I'm not getting any error messages in DSE2, but I get...
With these settings, I get the following 3 files: ``` .../Family-Style_ttf.woff2 .../Family-Style_otf.woff2 .../Family-Style.otf ``` `.otf` is unexpected
Example path of some output: `.../_batch_generation/Variable/otf-woff/Test_Display-VF_otf.woff2` Questions: 1. Should this suffix be a default in the [settings](https://github.com/typemytype/batchRoboFontExtension/blob/804fdb49bde06bf7d8a97aa3f2265b4f671170a6/Batch.roboFontExt/lib/batchSettings.py#L73): `variableFontsSuffix="-VF"`, but output without a suffix if the user removes this suffix in...
I ❤ Batch and I wouldn't want to use anything else. However there are a few things that I like to do that are specific to my workflow, such as...
Hey @typemytype, I tried to generate some static TTFs from a designspace and I got the following traceback: ``` ****************************** Traceback (most recent call last): File "/Users/robertoarista/Library/Application Support/RoboFont/plugins/Batch.roboFontExt/lib/batchTools.py", line 109,...
Same designspace in RF3 and RF4. Batch in RF3 makes the font with the correct glyphs: Batch in RF4 generates a jumble: Difference is that fonttools in RF3 is `4.8.1`,...
It seems that when generating ttf flavoured woff an woff2 from an otf source the `postscriptUnderlineThickness` and `postscriptUnderlinePosition` attributes are set to zero (Apparently, Firefox uses these values to define...
no need to support these
When attempting to generate a variable font from a designSpace file that has [axis maps](https://github.com/fonttools/fonttools/tree/master/Doc/source/designspaceLib#12-map-element), like so: ``` Weight ``` … the process fails without providing the usual `Batch Generated...