<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier &#187; font conversion</title>
	<atom:link href="http://maketecheasier.com/tag/font-conversion/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Convert Fonts To .ttf Format In Ubuntu</title>
		<link>http://maketecheasier.com/how-to-convert-fonts-to-ttf-format-in-ubuntu/2008/11/23</link>
		<comments>http://maketecheasier.com/how-to-convert-fonts-to-ttf-format-in-ubuntu/2008/11/23#comments</comments>
		<pubDate>Sun, 23 Nov 2008 08:00:47 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[font conversion]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1142</guid>
		<description><![CDATA[For those who are dealing with writing or design projects, it is common for you to come across a font that your applications cannot support. It could be a Macintosh font, a bitmap font or a open type font (otf), for some reason or another, you just can&#8217;t get your application to read it. In [...]<p><strong><a href="http://maketecheasier.com/how-to-convert-fonts-to-ttf-format-in-ubuntu/2008/11/23">How To Convert Fonts To .ttf Format In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/convert-flac-to-mp3-easily-with-soundconverter/2008/10/22' rel='bookmark' title='Permanent Link: How to Convert .FLAC to .MP3 In Ubuntu'>How to Convert .FLAC to .MP3 In Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/how-to-achieve-nice-font-rendering-in-ubuntu-hardy/2008/09/19' rel='bookmark' title='Permanent Link: How to Achieve Nice Font Rendering in Ubuntu Hardy'>How to Achieve Nice Font Rendering in Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li><li><a href='http://maketecheasier.com/ubuntu-how-to-extract-audio-from-youtube-video/2008/06/30' rel='bookmark' title='Permanent Link: Ubuntu: How to Extract Audio From YouTube Video'>Ubuntu: How to Extract Audio From YouTube Video</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1148" title="font-f" src="http://images.maketecheasier.com/2008/11/font-f.jpg" alt="" width="150" height="167"/>For those who are dealing with writing or design projects, it is common for you to come across a font that your applications cannot support. It could be a Macintosh font, a bitmap font or a open type font (otf), for some reason or another, you just can&#8217;t get your application to read it. In such cases, the best way is to convert this font to TrueType font (ttf).</p>
<p><a href="http://fontforge.sourceforge.net/" target="_blank">Fontforge</a> is an outline font editor that allows you to create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, edit existing ones and convert one format to another.</p>
<p>In your terminal, type</p>
<p class="codeblock">sudo apt-get install fontforge</p>
<p>Open Fontforge (<em>Applications -&gt; Graphics -&gt; FontForge</em>)</p>
<p><img class="alignnone size-full wp-image-1143" title="fontforge1" src="http://images.maketecheasier.com/2008/11/fontforge1.jpg" alt="fontforge-screenshot1" width="428" height="427" /></p>
<p>Load up the font that you want to convert.</p>
<p><img class="alignnone size-full wp-image-1144" title="fontforge2" src="http://images.maketecheasier.com/2008/11/fontforge2.jpg" alt="fontforge-screenshot2" width="428" height="425" /></p>
<p><img class="alignnone size-full wp-image-1145" title="fontforge3" src="http://images.maketecheasier.com/2008/11/fontforge3.jpg" alt="fontforge-screenshot3" width="425" height="230" /></p>
<p>Without making any changes, go to <em>File -&gt; Generate Fonts. </em>Save the file with extension .ttf</p>
<p><img class="alignnone size-full wp-image-1146" title="fontforge4" src="http://images.maketecheasier.com/2008/11/fontforge4.jpg" alt="fontforge-screenshot4" width="430" height="537" /></p>
<p>Depending on the source file, it might generate some errors message. Click <em>Save</em> to continue saving.</p>
<p><img class="alignnone size-full wp-image-1147" title="fontforge5" src="http://images.maketecheasier.com/2008/11/fontforge5.jpg" alt="fontforge-screenshot5" width="360" height="207" /></p>
<p>You have a .ttf font in your folder now.</p>
<h3>Installing your new font</h3>
<p>Go to your Home folder (<em>Places -&gt; Home Folder</em>)</p>
<p>Create a new folder and name it .font (include the dot in front of the font). Copy the new ttf font into the folder.</p>
<p>Restart your application. It should be able to detect the new font now.</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-convert-fonts-to-ttf-format-in-ubuntu/2008/11/23">How To Convert Fonts To .ttf Format In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/convert-flac-to-mp3-easily-with-soundconverter/2008/10/22' rel='bookmark' title='Permanent Link: How to Convert .FLAC to .MP3 In Ubuntu'>How to Convert .FLAC to .MP3 In Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/how-to-achieve-nice-font-rendering-in-ubuntu-hardy/2008/09/19' rel='bookmark' title='Permanent Link: How to Achieve Nice Font Rendering in Ubuntu Hardy'>How to Achieve Nice Font Rendering in Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' rel='bookmark' title='Permanent Link: Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li><li><a href='http://maketecheasier.com/ubuntu-how-to-extract-audio-from-youtube-video/2008/06/30' rel='bookmark' title='Permanent Link: Ubuntu: How to Extract Audio From YouTube Video'>Ubuntu: How to Extract Audio From YouTube Video</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-convert-fonts-to-ttf-format-in-ubuntu/2008/11/23/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
