Unexpected-Keyboard/srcs/special_font/build.pe

15 lines
290 B
Plaintext
Raw Normal View History

# 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])
AutoWidth(150)
i++
endloop
Generate($1)