<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Using your OS X fonts in The Gimp</title>
	<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>
	<pubDate>Tue, 30 Sep 2008 23:47:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Michael Twomey</title>
		<link>http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/#comment-33</link>
		<author>Michael Twomey</author>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/#comment-33</guid>
		<description>An alternative is to use the ~/.fonts.conf configuration file to override or augment the default config, for example:

&#60;fontconfig&#62;
  &#60;dir&#62;~/Library/Fonts&#60;/dir&#62;
  &#60;dir&#62;/Library/Fonts&#60;/dir&#62;
&#60;/fontconfig&#62;

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

&#60;fontconfig&#62;
  &#60;match target="font"&#62;
                &#60;test qual="all" name="rgba"&#62;
                        &#60;const&#62;unknown&#60;/const&#62;
                &#60;/test&#62;
                &#60;edit name="rgba" mode="assign"&#62;&#60;const&#62;rgb&#60;/const&#62;&#60;/edit&#62;
        &#60;/match&#62;
&#60;/fontconfig&#62;

See /etc/fonts/fonts.conf for the default configuration. Also see &lt;a href="http://fontconfig.freedesktop.org/"&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-34</link>
		<author>HubLog</author>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://fettig.net/weblog/2004/04/03/using-your-os-x-fonts-in-the-gimp/#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>
