User Tools

Site Tools


blog:convert_otf_to_ttf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

blog:convert_otf_to_ttf [2016-04-22 09:05] brbblog:convert_otf_to_ttf [2016-04-22 09:05] (current) brb
Line 13: Line 13:
 </file> </file>
  
-Save the script as otf2ttf.sh and type:+Save the script as otf2ttf and type:
  
-    fontforge -script otf2ttf.sh FONTNAME.otf +    fontforge -script otf2ttf FONTNAME.otf 
  
 If you want to convert many .otf fonts in a directory to .ttf fonts, type (thanks sw!): If you want to convert many .otf fonts in a directory to .ttf fonts, type (thanks sw!):
  
-    for i in *.otf; do fontforge -script otf2ttf.sh $i; done +    for i in *.otf; do fontforge -script otf2ttf $i; done  
 + 
 +Ref: http://www.stuermer.ch/blog/convert-otf-to-ttf-font-on-ubuntu.html
  
 {{tag>visio otf ttf}} {{tag>visio otf ttf}}
blog/convert_otf_to_ttf.1461308718.txt.gz · Last modified: 2016-04-22 09:05 by brb