This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
qu2cu
/
__main__.py
8 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
[qu2cu] Add __main__.py
2023-02-16 20:10:40 -07:00
import
sys
[qu2cu] Add cli.py that converts TTFs to cubic glyf1
2023-02-17 12:53:06 -07:00
from
.
cli
import
main
[qu2cu] Add __main__.py
2023-02-16 20:10:40 -07:00
if
__name__
==
"
__main__
"
:
sys
.
exit
(
main
(
)
)
Reference in New Issue
Copy Permalink