-
-
Save jonas8/852105da3c82a3ab4acc2fdbddf41735 to your computer and use it in GitHub Desktop.
font-merge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open("FZLTHJW.TTF") | |
SelectAll() | |
ScaleToEm(1024) | |
Generate("temp.ttf", "", 0x14) | |
Close() | |
Open("futura.ttf") | |
SelectAll() | |
ScaleToEm(1024) | |
MergeFonts("temp.ttf") | |
SetFontNames("Laona", "Laona", "LaonaStyle", "Style", "") | |
Generate("font_merged.ttf", "", 0x14) | |
Close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment