Skip to content

Instantly share code, notes, and snippets.

@samyakbhuta
Created November 14, 2013 12:20
Show Gist options
  • Save samyakbhuta/7465904 to your computer and use it in GitHub Desktop.
Save samyakbhuta/7465904 to your computer and use it in GitHub Desktop.
Merge Subset of the font using Fontforge Native Script.
#!/usr/local/bin/fontforge
# Usage :
# ./merge-subsets.pe MyFont.ttf SubsettedGlyphs.ttf.subset
# This will create NewMyFont.ttf.
Open($1)
MergeFonts($2)
Generate("New" + $1:r + ".ttf")
@shahabsiavash
Copy link

My Persian fonts for download are going to be uploaded here. First these 2:

http://shahabsiavash.com/SI47ASH_Sole.ttf
http://shahabsiavash.com/SI47ASH_Sole_B.ttf

These the typeface designs that I did 8 years ago! I was trying to create a new Persian alphabet actually which has isolated glyphs and same ones for each letter (one form for all the 4 initial, medial, final and isolated forms) and also a vertical based glyph typeface like Latin font design.

It is a little hard at first, but it'll get easier. I personally like the Tah glyph (ط) :)

Let me know what you think about them.

فونت های فارسی من برای دانلود. توضیحات رو در بالا بخونید.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment