Skip to content

Instantly share code, notes, and snippets.

@jonas8
Created July 2, 2019 04:27
Show Gist options
  • Save jonas8/852105da3c82a3ab4acc2fdbddf41735 to your computer and use it in GitHub Desktop.
Save jonas8/852105da3c82a3ab4acc2fdbddf41735 to your computer and use it in GitHub Desktop.
font-merge
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