fontify 0.2.0 fontify: ^0.2.0 copied to clipboard
Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.
0.2.0 #
- IMPORTANT: 'CFF' table is generated now instead of 'CFF2'. It shouldn't affect glyphs in newly generated fonts. To learn more, refer to the issue: https://github.com/westracer/fontify/issues/8
- PostScript name record in the 'name' table now only contains allowed characters.
- Added CharString optimization to remove some NOOP commands.
0.1.1 #
- Changed values of ascender (to unitsPerEm) and descender (to 0) for non-normalized fonts.
0.1.0 #
fontPackage
parameter forIconData
class can now be provided (thanks @jamie1192).
0.0.3 #
- Fixed glyph metrics in a case where normalization setting is off (thanks @dricholm).
- Formatted code using dartfmt.
0.0.2 #
- CLI tool arguments can now be specified in yaml config (thanks for suggestion @dricholm).
- Fixed lints affecting package score.
0.0.1 #
- Initial release