<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed Jun 19, 2013 12:13 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed Jun 19, 2013 12:13 pm</pubDate>
  <lastBuildDate>Wed Jun 19, 2013 12:13 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>RE: Re: RE: How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=683#683</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=-1'&gt;Anonymous&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Apr 16, 2005 3:43 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thank you nellz. You were right about the syntgax of find. I am a Linux newbie, and the man pages don't make a lot of sense to me. I had, however, eventually found it by just looking around in the most likely places. Then I had a job copying it, because it wouldn't let me! But eventually I figure out a way to do it.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=683#683</comments>
                                        <author>Anonymous</author>
                                        <pubDate>Sat Apr 16, 2005 3:43 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=683#683</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: RE: How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=666#666</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Apr 15, 2005 7:23 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You are using incorrect syntax for find. &lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;find / thorndale&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
means find all files in the directorys / and thorndale. You need&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;find / -name '*.ttf'&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Read the find man page for more information.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=666#666</comments>
                                        <author>nelz</author>
                                        <pubDate>Fri Apr 15, 2005 7:23 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=666#666</guid>
                                      </item>
                                      <item>
                                        <title>Re: RE: How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=659#659</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=205'&gt;davecs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Apr 15, 2005 6:00 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Anonymous wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Fonts are stored as files in Linux just as they are in other OSes (*.ttf if it is a truetype font).&lt;br /&gt;
&lt;br /&gt;
They are normally somewhere under '/usr/X11R6/lib/X11/fonts/'; you could search for them using tools such as 'kfind', 'find' or 'locate'.&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Some systems store fonts at &lt;br /&gt;
&lt;br /&gt;
/usr/local/share/fonts&lt;br /&gt;
/usr/share/fonts/&lt;br /&gt;
or even&lt;br /&gt;
/usr/share/local/fonts&lt;br /&gt;
&lt;br /&gt;
and the file name is not necessarily the same as the font name. Try copying ALL the *.ttf files to a personal directory on your hard drive and then check them using your installed system.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=659#659</comments>
                                        <author>davecs</author>
                                        <pubDate>Fri Apr 15, 2005 6:00 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=659#659</guid>
                                      </item>
                                      <item>
                                        <title>RE: How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=657#657</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=-1'&gt;Anonymous&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Apr 15, 2005 5:04 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I know how to install the font if I can find it. I have difficulty finding it on the live disk. I have tried &quot;find / fonts&quot;, &quot;find / thorndale&quot;, &quot;find / *.ttf&quot;. But each time I get: &quot;No such file or directory&quot;. Where do you think they have hidden it?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=657#657</comments>
                                        <author>Anonymous</author>
                                        <pubDate>Fri Apr 15, 2005 5:04 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=657#657</guid>
                                      </item>
                                      <item>
                                        <title>RE: How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=516#516</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=-1'&gt;Anonymous&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Apr 13, 2005 5:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Fonts are stored as files in Linux just as they are in other OSes (*.ttf if it is a truetype font).&lt;br /&gt;
&lt;br /&gt;
They are normally somewhere under '/usr/X11R6/lib/X11/fonts/'; you could search for them using tools such as 'kfind', 'find' or 'locate'.&lt;br /&gt;
&lt;br /&gt;
Fonts can be installed on Mandrake using KDE's font installer in the KDE Control Centre (kcontrol).</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=516#516</comments>
                                        <author>Anonymous</author>
                                        <pubDate>Wed Apr 13, 2005 5:02 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=516#516</guid>
                                      </item>
                                      <item>
                                        <title>RE: How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=500#500</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=39'&gt;towy71&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Apr 13, 2005 1:10 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thorndale is a commercial font and can be found at ITCFonts.com or buy a copy of Star office &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
Dick</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=500#500</comments>
                                        <author>towy71</author>
                                        <pubDate>Wed Apr 13, 2005 1:10 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=500#500</guid>
                                      </item>
                                      <item>
                                        <title>How do you copy a font in Linux?</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=495#495</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=-1'&gt;Anonymous&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Apr 13, 2005 12:09 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      There is a nice font in the &lt;span style=&quot;font-style: italic&quot;&gt;Sun Java Desktop System &lt;/span&gt;which came as a live disk with LXF 63D (February 2005), called &quot;Thorndale&quot;. It is the default font for the &lt;span style=&quot;font-style: italic&quot;&gt;Sun Star Office,&lt;/span&gt; which is part of that distribution. I want to copy it and put it in my Mandrake which I have installed on my PC, but haven't figured out how to do it yet. Ay ideas?</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=495#495</comments>
                                        <author>Anonymous</author>
                                        <pubDate>Wed Apr 13, 2005 12:09 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=495#495</guid>
                                      </item></channel></rss>