mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-12-02 04:03:22 +01:00
d733f8c78c
Recover the provenance of each glyphs and remove the base_font.ttf file.
14 lines
273 B
Plaintext
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)
|