Generate the .ttf file in the current directory.

oldstable
Alexandre Julliard 2004-08-19 20:02:12 +00:00
parent 96a5c44233
commit dbfe39fe68
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Open($1)
ttfname = $1:r + ".ttf"
ttfname = $1:t:r + ".ttf"
Generate(ttfname, "ttf", 0);