This is small app which can prepare font-based icons for Android.
It's designed to be used for FontIcon Library.
Currently there is implemented only Fontastic archive parser.
gradle installApp
- Download your font from Fontastic
- Assemble the app
- Run
./build/install/prepare/bin/prepare fontastic /path/to/archive.zip
- Check files
icons.ttf
andicons.xml
- Put
icons.ttf
toassets
directory,icons.xml
tores/values/
directory