This commit is contained in:
Anuken
2020-11-13 17:33:32 -05:00
parent cf71356bdb
commit 04c465c8f0
8 changed files with 26 additions and 20 deletions

View File

@@ -11,7 +11,7 @@ import java.io.*;
1. take set of pre-defined icons and SVGs
2. use Fontello API to get a font with these
3. combine fontello font and standard font, get output font
4. use apache ttf API to generate a file with constants for every icon size+type (during annotation processing)
4. use json to generate a file with constants for every icon size+type (during annotation processing)
*/
public class FontGenerator{