Generate the .ttf file in the current directory.
This commit is contained in:
parent
96a5c44233
commit
dbfe39fe68
|
@ -1,3 +1,3 @@
|
|||
Open($1)
|
||||
ttfname = $1:r + ".ttf"
|
||||
ttfname = $1:t:r + ".ttf"
|
||||
Generate(ttfname, "ttf", 0);
|
||||
|
|
Loading…
Reference in New Issue