What's Changed * Added `--scale-upm` option to `ftcli converter ttf2otf`: scales upm of converted OTF fonts to 1000.
0.9.10
What's Changed * Do not append suffix to converted files (wf2ft) by ftCLI in https://github.com/ftCLI/ftCLI/pull/34 * Set `otf2ttf` minimum max_err to 0.1 by ftCLI in https://github.com/ftCLI/ftCLI/pull/35 * Updated dependencies by ftCLI in https://github.com/ftCLI/ftCLI/pull/36
What's Changed * Do not remove .notdef outline when using subsetter * Add Lib.utils.subsetter to reduce code duplication * [ftcli converter wf2ft]: add suffix to converted files * [ftcli converter var2static]: fix indentation of final message * [Lib-converters.var2static] delete the `cvar` table from static instances to prevent crashes
What's Changed * Use BytesIO instead of temp files by ftCLI in https://github.com/ftCLI/ftCLI/pull/17 * Rename misspelled method name by ftCLI in https://github.com/ftCLI/ftCLI/pull/22 * Fixed typos in README by ftCLI in https://github.com/ftCLI/ftCLI/pull/23 * Append old extension as suffix when converting webfonts to SFNT by ftCLI in https://github.com/ftCLI/ftCLI/pull/24