<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; linux fonts</title> <atom:link href="http://www.ghacks.net/tag/linux-fonts/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Manage your fonts in Linux with Fonty Python</title><link>http://www.ghacks.net/2009/12/04/manage-your-fonts-in-linux-with-fonty-python/</link> <comments>http://www.ghacks.net/2009/12/04/manage-your-fonts-in-linux-with-fonty-python/#comments</comments> <pubDate>Fri, 04 Dec 2009 17:19:45 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[font management]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[linux fonts]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21046</guid> <description><![CDATA[I remember, back in the day, when dealing with fonts in Linux was a real problem. At best you were given the xfontsel application, which was an X11 way of displaying the fonts on your system &#8211; only in the old-school X11 method (think bitmappy). Fortunately modern Linux distributions have much better fonts and font [...]]]></description> <content:encoded><![CDATA[<p>I remember, back in the day, when dealing with fonts in Linux was a real problem. At best you were given the <em>xfontsel </em>application, which was an X11 way of displaying the fonts on your system &#8211; only in the old-school X11 method (think bitmappy). Fortunately modern Linux distributions have much better fonts and font tools available. From font creation/editing to font management, there are plenty of outstanding applications to help you in your quest for font nirvana.</p><p>In this article I am going to introduce you to Fonty Python. Fonty Python isn&#8217;t just a cool name, it&#8217;s a tool that allows you to manage your fonts in a rather different manner. Fonty Python allows you to organize your collection of fonts in sub-collections called Pogs (for TyPOGraphy). In this article you will learn how to install and manage your fonts with FontyP ython. Bring out your fonts!</p><p><span
id="more-21046"></span><strong>Installation</strong></p><p>If you are using Ubuntu you will happy to know you can find Fonty Python in either Synaptic or the Ubuntu Software Center. Do a search for &#8220;fonty&#8221; (no quotes) and install the results. If you aren&#8217;t running Ubuntu, you can install from source by following these steps:</p><ol><li>Make sure you have the requirements installed: python2.4 (up to python2.6, but not python3), python-dev, python-imaging, python-wxgtk2.6 (or greater).</li><li>Download the tar file from the <a
title="Fonty Python download" href="http://nongnu.askapache.com/fontypython/" target="_blank">download page</a>.</li><li>Open up a terminal window.</li><li>Unpack the tar file with the command <em>tar xvzf fontypython-XXX.tar.gz </em>Where XXX is the release number.</li><li>Change into the newly created directory with the command <em>cd fontypython-XXX </em>Where XXX is the release number.</li><li>Issue the command <em>python setup.py install</em>.</li></ol><p>The result will be the <em>fontypython </em>command installed successfully.</p><p><strong>Using Fonty Python</strong></p><div
id="attachment_21047" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-21047" href="http://www.ghacks.net/2009/12/04/manage-your-fonts-in-linux-with-fonty-python/fonty_python/"><img
class="size-medium wp-image-21047 " src="http://www.ghacks.net/wp-content/uploads/2009/12/fonty_python-500x340.png" alt="Figure 1" width="300" height="204" /></a><p
class="wp-caption-text">Figure 1</p></div><p>You will find the Fonty Python executable in the Graphics sub-menu of your Applications menu. When you first fire up Fonty Python you will see the main window (see Figure 1), which will contain no fonts. If you are like me, you keep your fonts in the <strong>~/.fonts</strong> directory. The problem is, Fonty Python will not look in hidden directories. To get around this you need to create a symbolic link in your home directory so that Fonty Python can see your fonts. Open up that terminal window again and issue the following command:</p><p>ln -s ~/.fonts ~/fonts</p><p>Now when you open up Fonty Python it will be able to see your fonts. What you want to do is double click the <strong>fonts </strong>directory in the left-most pane. This will reveal your fonts in the middle pane. At first you might think you&#8217;re not seeing your entire collection. If you notice there is a drop-down with a number and a Forward button. If you click the drop-down you will see that Fonty Python places fonts on pages, so you&#8217;re not having to scroll through thousands of fonts in one pane. You can also click the Forward button to move through your font collection, one page at a time.</p><p><strong>Creating Pogs</strong></p><p>Notice in Figure 1 I have three Pogs created: Handwriting, Messy Fonts, and Typwriter. As you can imagine I am in the process of organizing my fonts. For my organizational needs I am creating a Pog for each font look. That way all I have to do is select a Pog by look and search the fonts associated with that Pog.</p><p>To create a Pog click the New Pog button and give your Pog a name. Once named that Pog will be listed in the Target Pogs pane. To add fonts to that Pog follow these steps:</p><ol><li>Select the Pog you want to add fonts to.</li><li>Go through your installed fonts one page at a time and select fonts to be included.</li><li>Before you move to a new page click the &#8220;Put fonts into XXX&#8221; button (Where XXX is the name of the Pog).</li></ol><p>Continue until you have added all related fonts into your Pog. Don&#8217;t worry if you forget a font, because you can always add more fonts to your Pogs any time.</p><p><strong>Final thoughts</strong></p><p>Now that you have all of your fonts organized, it will be much easier to find, organize, and view the fonts you have installed on your machine.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/04/manage-your-fonts-in-linux-with-fonty-python/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Installing Fonts in Linux</title><link>http://www.ghacks.net/2009/01/09/installing-fonts-in-linux/</link> <comments>http://www.ghacks.net/2009/01/09/installing-fonts-in-linux/#comments</comments> <pubDate>Fri, 09 Jan 2009 19:12:37 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[installing fonts in linux]]></category> <category><![CDATA[linux fonts]]></category> <category><![CDATA[mkfontdir]]></category> <category><![CDATA[true type fonts in linux]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9763</guid> <description><![CDATA[If you do much desktop publishing or graphics work in Linux than you might be at a place where you are struggling to get fonts installed. Well never fear &#8211; it&#8217;s not nearly as difficult as it sounds. In fact, installing fonts in Linux is quite easy. Of course the easiest means to installing fonts [...]]]></description> <content:encoded><![CDATA[<p>If you do much desktop publishing or graphics work in Linux than you might be at a place where you are struggling to get fonts installed. Well never fear &#8211; it&#8217;s not nearly as difficult as it sounds. In fact, installing fonts in Linux is quite easy. Of course the easiest means to installing fonts in Linux is with the command line. In this article you are going to learn how to install true type fonts both per user and globally.</p><p>Naturally one of the issues with fonts is where to get them. If you do a search for &#8220;free fonts&#8221; you will come up with plenty of sites that offer fonts. There are even sites that sell fonts for a reasonable price. Of course if you are serious about desktop publishing or graphics you will want to look at higher quality fonts. On with the installation.</p><p><span
id="more-9763"></span><strong>Per User Installation</strong></p><p>By far the easiest installation is the per user installation. What this type of install does is install the fonts in such a way that only the targeted use has access to the fonts. For this type of installation download all of your fonts into a directory the user has access to (the ~/Downloads directory works fine.) Once you have your fonts collected (You will most likely have to unzip each file which will result in either .ttf or .TTF files) do the following (all in a terminal window) within the directory containing your downloaded fonts.</p><p>mkdir ~/.fonts</p><p>mv *ttf *TTF ~/.fonts</p><p>Now log out of your desktop environment and log back in. Those fonts should now be available to you. If you&#8217;re unsure you can fire up either OpenOffice or The GIMP to see if your fonts are available. They should be.</p><p><strong>Global Installation</strong></p><p>Installing fonts globally allows all users access to the fonts. This is not as simple as installing per-user but it is still simple. You sill have to download all of your fonts. Once you have them downloaded unzip the files (making sure all the *ttf and *TTF files are in the same directory) and su to the root user. Once you are the root user issue the following commands:</p><ul><li>mkdir   -p /usr/local/share/fonts/ttfonts</li><li>mv *ttf *TTF /usr/local/share/fonts/ttfonts</li><li>cd   /usr/local/share/fonts/ttfonts</li><li>ttmkfdir   -o fonts.scale</li><li>mkfontdir</li><li>chkfontpath   &#8211;add /usr/local/share/fonts/ttfonts</li><li>/etc/rc.d/init.d/xfs   restart</li></ul><p>Now log out of your desktop and you can log in as any user and the fonts will be available to them.</p><p><strong>Final Thoughts</strong></p><p>See, installing fonts in Linux isn&#8217;t difficult &#8211; especially when installing on a per user basis. For most people the first method will suffice. Unless you work on a machine that is used by more than one user, you will only need the per user method. Of course if the global installation method is a bit daunting you can always copy the fonts into the <em>~/.fonts</em> directory of every user that needs access to the various true type fonts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/09/installing-fonts-in-linux/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Font Cubes Font Collection</title><link>http://www.ghacks.net/2008/04/13/font-cubes-font-collection/</link> <comments>http://www.ghacks.net/2008/04/13/font-cubes-font-collection/#comments</comments> <pubDate>Sun, 13 Apr 2008 17:25:32 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[font collection]]></category> <category><![CDATA[fonts]]></category> <category><![CDATA[linux fonts]]></category> <category><![CDATA[windows fonts]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=3805</guid> <description><![CDATA[I&#8217;m not someone who is searching for and downloading fonts regularly. Actually I only did it once or twice in the last years because I had to create a new logo for my website and the default Windows fonts simply would not cut it. So it&#8217;s mostly a design thing for me and I try [...]]]></description> <content:encoded><![CDATA[<p>I&#8217;m not someone who is searching for and downloading fonts regularly. Actually I only did it once or twice in the last years because I had to create a new logo for my website and the default Windows fonts simply would not cut it. So it&#8217;s mostly a design thing for me and I try to keep the font count on my system as low as possible because additional fonts slow down the system start.</p><p>New fonts can be nice for local websites or documents as well but I honestly was never a huge fan of that. Still, if you are looking for new fonts you should definitely take the time to visit the <a
href="http://www.fontcubes.com/">Font Cubes</a> website which hosts an extensive font collection. Font cubes is a non-commercial website which does not mix free and commercial fonts like so many other font websites do.</p><p>A special feature is that the font is shown in its complete form and not only partially which is great if you are looking for a font that does have a specific char. Fonts are rated and the website offers several ways of listing fonts for the users. It is for instance possible to take a look at the most popular fonts, the highest rated fonts or the most downloaded fonts of the day.</p><p><span
id="more-3805"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/04/font_cubes.jpg" alt="font cubes font collection" title="font cubes font collection" width="500" height="318" class="alignnone size-full wp-image-3806" /></p><p>Instructions on how to download and install the fonts are available for Windows, Linux and Mac OS X.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/04/13/font-cubes-font-collection/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
