You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Notes:
Added support for additional font formats, now supporting .ttf and .otf.
Fixed an issue where the program would crash when the input font was a file with a changed extension (e.g., changing a .ttc font collection format to a .ttf font format). The program will now check whether the input font file is valid.
Optimized print and comment terminology to better align with computer science conventions.