Unexpected-Keyboard/srcs/special_font/build.pe
Jules Aguillon d733f8c78c Build all special glyphs from SVG
Recover the provenance of each glyphs and remove the base_font.ttf file.
2022-03-18 12:55:08 +01:00

14 lines
273 B
Plaintext

# The special font is used for the symbols of some keys. It is built from SVG
# files, one for each glyph.
New()
# Imports glyphs, file name is position in the font.
i = 2
while (i < $argc)
Select(Strtol($argv[i]:t:r, 16))
Import($argv[i])
i++
endloop
Generate($1)