abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font/build.pe
blob: de5ed238c4fe5443c34da73ba01f27b1fe4f2909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)