mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-01-11 22:40:33 +01:00
add .ttf to fix #14
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
Myna-alt_l.otf
BIN
Myna-alt_l.otf
Binary file not shown.
BIN
Myna-alt_l.ttf
Normal file
BIN
Myna-alt_l.ttf
Normal file
Binary file not shown.
2
build.py
2
build.py
@@ -3,6 +3,7 @@ import fontforge
|
||||
|
||||
font = fontforge.open("Myna.sfd")
|
||||
font.generate("Myna.otf")
|
||||
font.generate("Myna.ttf")
|
||||
|
||||
if "alt_l" in font:
|
||||
font.selection.select("alt_l")
|
||||
@@ -11,4 +12,5 @@ if "alt_l" in font:
|
||||
font.paste()
|
||||
|
||||
font.generate("Myna-alt_l.otf")
|
||||
font.generate("Myna-alt_l.ttf")
|
||||
font.close()
|
||||
|
||||
Reference in New Issue
Block a user