<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using your OS X fonts in The Gimp</title>
	<atom:link href="http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/feed/" rel="self" type="application/rss+xml" />
	<link>http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/</link>
	<description>The latest on Abe's work</description>
	<lastBuildDate>Thu, 28 Aug 2008 01:53:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Twomey</title>
		<link>http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/comment-page-1/#comment-33</link>
		<dc:creator>Michael Twomey</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://new.fettig.net/wordpress/?p=175#comment-33</guid>
		<description>An alternative is to use the ~/.fonts.conf configuration file to override or augment the default config, for example:

&lt;fontconfig&gt;
  &lt;dir&gt;~/Library/Fonts&lt;/dir&gt;
  &lt;dir&gt;/Library/Fonts&lt;/dir&gt;
&lt;/fontconfig&gt;

You can also modify behaviour, for example to tweak or enable sub-pixel rendering:

&lt;fontconfig&gt;
  &lt;match target=&quot;font&quot;&gt;
                &lt;test qual=&quot;all&quot; name=&quot;rgba&quot;&gt;
                        &lt;const&gt;unknown&lt;/const&gt;
                &lt;/test&gt;
                &lt;edit name=&quot;rgba&quot; mode=&quot;assign&quot;&gt;&lt;const&gt;rgb&lt;/const&gt;&lt;/edit&gt;
        &lt;/match&gt;
&lt;/fontconfig&gt;

See /etc/fonts/fonts.conf for the default configuration. Also see &lt;a href=&quot;http://fontconfig.freedesktop.org/&quot;&gt;http://fontconfig.freedesktop.org/&lt;/a&gt; for more on fontconfig.</description>
		<content:encoded><![CDATA[<p>An alternative is to use the ~/.fonts.conf configuration file to override or augment the default config, for example:</p>
<p>&lt;fontconfig&gt;<br />
  &lt;dir&gt;~/Library/Fonts&lt;/dir&gt;<br />
  &lt;dir&gt;/Library/Fonts&lt;/dir&gt;<br />
&lt;/fontconfig&gt;</p>
<p>You can also modify behaviour, for example to tweak or enable sub-pixel rendering:</p>
<p>&lt;fontconfig&gt;<br />
  &lt;match target=&#8221;font&#8221;&gt;<br />
                &lt;test qual=&#8221;all&#8221; name=&#8221;rgba&#8221;&gt;<br />
                        &lt;const&gt;unknown&lt;/const&gt;<br />
                &lt;/test&gt;<br />
                &lt;edit name=&#8221;rgba&#8221; mode=&#8221;assign&#8221;&gt;&lt;const&gt;rgb&lt;/const&gt;&lt;/edit&gt;<br />
        &lt;/match&gt;<br />
&lt;/fontconfig&gt;</p>
<p>See /etc/fonts/fonts.conf for the default configuration. Also see <a href="http://fontconfig.freedesktop.org/">http://fontconfig.freedesktop.org/</a> for more on fontconfig.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HubLog</title>
		<link>http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/comment-page-1/#comment-34</link>
		<dc:creator>HubLog</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://new.fettig.net/wordpress/?p=175#comment-34</guid>
		<description>&lt;strong&gt;OS X fonts in GTK2/Gimp&lt;/strong&gt;

Abe Fettig finally has a solution that allows using your OS X fonts in The Gimp. Well, almost, it should be ~/Library/Fonts rather than ~/System/Fonts: In a Terminal window, enter ln -s ~/Library/Fonts ~/.fonts which will create a symbolic link between...
</description>
		<content:encoded><![CDATA[<p><strong>OS X fonts in GTK2/Gimp</strong></p>
<p>Abe Fettig finally has a solution that allows using your OS X fonts in The Gimp. Well, almost, it should be ~/Library/Fonts rather than ~/System/Fonts: In a Terminal window, enter ln -s ~/Library/Fonts ~/.fonts which will create a symbolic link between&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
