Unexpected-Keyboard/srcs/special_font/build.pe
Jules Aguillon 57c6208b50 Add glyphs for accent keys
The "dotted circle" character combined with the accent was badly
rendered on many devices.
2022-03-18 17:31:23 +01:00

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