Repo created
This commit is contained in:
parent
f2d952b743
commit
3ecd57d1b2
475 changed files with 37130 additions and 2 deletions
15
srcs/special_font/build.pe
Normal file
15
srcs/special_font/build.pe
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# The special font is used for the symbols of some keys. It is built from SVG
|
||||
# files, one for each glyph.
|
||||
New()
|
||||
Reencode("unicode")
|
||||
|
||||
# Imports glyphs, first argument is file name for the generated font
|
||||
i = 2
|
||||
while (i < $argc)
|
||||
Select(Strtol($argv[i]:t:r, 16) + 0xE000)
|
||||
Import($argv[i], 0, 0, 4.0, 0.1)
|
||||
AutoWidth(150)
|
||||
i++
|
||||
endloop
|
||||
|
||||
Generate($argv[1])
|
||||
Loading…
Add table
Add a link
Reference in a new issue