summaryrefslogtreecommitdiffstats
path: root/debian/mergefonts.ff
blob: c1a43c0c50c2fa2ea943184f05f312b9fc3feb3b (plain)
1
2
3
4
5
6
#!/usr/bin/fontforge
# merge $1 and $2 to $3 fonts
Open($1);
ScaleToEm(2048)
MergeFonts($2);
Generate($3);