ScerIO / icon_font_generator

☣️ Flutter Icon Font Generator
https://pub.dev/packages/icon_font_generator
Other
96 stars 50 forks source link

ADD ARGUMENT OPTIONS: --metadata #39

Open jaycho1214 opened 5 months ago

jaycho1214 commented 5 months ago

I found a problem with generating a large icon set into TTF files: the generated Dart file becomes too large due to the base64 encoded image of the font in a comment. This PR adds an option to exclude the base64 encoding for a smaller Dart file size.