Skip to content

Commit

Permalink
Fix makettc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailJP committed Apr 20, 2024
1 parent 8cee7dc commit c57a48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makettc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from sys import argv
font = fontforge.open(argv[2])
fonts = [fontforge.open(filename) for filename in argv[3:len(argv)]]
font.generateTtc(argv[1], fonts)
font.generateTtc(argv[1], fonts, layer=1)

0 comments on commit c57a48c

Please sign in to comment.