Skip to content

Commit

Permalink
Update merge.ff
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazyami authored Feb 19, 2022
1 parent ca1e63d commit 91d86f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions merge.ff
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Open($1)
SelectAll()
ScaleToEm(Strtol($3))
Generate($1.tmp)
Generate("$1.tmp")
Close()

Open($2)
SelectAll()
ScaleToEm(Strtol($3))
Generate($2.tmp)
Generate("$2.tmp")

Open($1.tmp)
MergeFonts($2.tmp)
Open("$1.tmp")
MergeFonts("$2.tmp")
SetFontNames($4, $5, $6, $7, $8)
Generate($9)
Close()

0 comments on commit 91d86f6

Please sign in to comment.