mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-12-03 04:33:16 +01:00
57c6208b50
The "dotted circle" character combined with the accent was badly rendered on many devices.
15 lines
290 B
Plaintext
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)
|