<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 11:49:42 +0000</lastBuildDate>
    <item>
      <title>(Bash) Convert otf to ttf - veseo</title>
      <link>https://snipplr.com/view/43811/convert-otf-to-ttf</link>
      <description>&lt;p&gt;Save the script as otf2ttf.sh and type:&#13;
&#13;
fontforge -script otf2ttf.sh FONTNAME.otf&#13;
&#13;
If you want to convert many .otf fonts in a directory to .ttf fonts, type (thanks sw!):&#13;
&#13;
for i in *.otf; do fontforge -script otf2ttf.sh $i; done&lt;/p&gt;</description>
      <pubDate>Tue, 09 Nov 2010 19:59:21 UTC</pubDate>
      <guid>https://snipplr.com/view/43811/convert-otf-to-ttf</guid>
    </item>
  </channel>
</rss>
