Generate the .ttf file in the current directory.
This commit is contained in:
parent
96a5c44233
commit
dbfe39fe68
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
Open($1)
|
||||
ttfname = $1:r + ".ttf"
|
||||
ttfname = $1:t:r + ".ttf"
|
||||
Generate(ttfname, "ttf", 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue