<?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>Linux Admin Zone &#187; hindi fonts</title>
	<atom:link href="http://linuxadminzone.com/tag/hindi-fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Wed, 09 May 2012 10:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Install and configure Hindi fonts in Linux</title>
		<link>http://linuxadminzone.com/install-and-configure-hindi-fonts-in-linux/</link>
		<comments>http://linuxadminzone.com/install-and-configure-hindi-fonts-in-linux/#comments</comments>
		<pubDate>Sat, 10 May 2008 08:21:03 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[hindi fonts]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=10</guid>
		<description><![CDATA[It&#8217;s a short howto to install True Type Fonts in Linux. In this particular case, I want to install Hindi fonts in my CentOS 5.0 box. Step 1. Download Hindi (.ttf) fonts from Internet. One location to find: http://tdil.mit.gov.in/download/openfonts.htm Step 2. If you downloaded zip/tar, extract it in a directory where you want to store [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a short howto to install True Type Fonts in Linux. In this particular case, I want to install Hindi fonts in my CentOS 5.0 box.</p>
<p>Step 1. Download Hindi (.ttf) fonts from Internet. One location to find: <a href="http://tdil.mit.gov.in/download/openfonts.htm">http://tdil.mit.gov.in/download/openfonts.htm</a></p>
<p>Step 2. If you downloaded zip/tar, extract it in a directory where you want to store the fonts, for example: /usr/share/fonts/hindifonts<br />
<strong># mkdir -p /usr/share/fonts/hindifonts<br />
# cd /usr/share/fonts/hindifonts</strong><br />
&#8211;&gt; download the tar/zip file from net. here just the example<br />
<strong># unzip examplehindifonts.zip<br />
# rm examplehindifonts.zip<br />
</strong><br />
Step 3. Make sure the all files (fonts) names are in lower case. If you found mixed case or not sure, run this command:<br />
<strong># for i in * ; do [ -f $i ] &amp;&amp; mv -i $i `echo $i | tr &#8216;[A-Z]&#8216; &#8216;[a-z]&#8216;`; done;</strong></p>
<p>Step 4. Edit xfs config file so that system can find the fonts stored in our directory:<br />
<strong># vi /etc/X11/fs/config</strong><br />
&#8211;&gt; Add a new line, you can see the bold line added here for directory created above&#8211;<br />
catalogue = /usr/share/X11/fonts/misc:unscaled,<br />
/usr/share/X11/fonts/75dpi:unscaled,<br />
/usr/share/X11/fonts/100dpi:unscaled,<br />
/usr/share/X11/fonts/Type1,<br />
/usr/share/X11/fonts/TTF,<br />
/usr/share/fonts/default/Type1,<br />
<strong> /usr/local/share/fonts/hindifonts,</strong><br />
&#8211;<br />
Step 5. Set the directory as font container:<br />
<strong># ttmkfdir -o fonts.scale<br />
# mkfontdir<br />
# fc-cache</strong></p>
<p>Step 6. Restart you xfs server or X-Windows to make these changes effective.<br />
<strong># /etc/init.d/xfs restart </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://linuxadminzone.com/install-and-configure-hindi-fonts-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

