<?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 OS X fonts in ImageMagick</title>
	<atom:link href="http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/</link>
	<description>Matt Gibson</description>
	<lastBuildDate>Sun, 15 Apr 2012 16:44:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ImageMagick missing fonts in OS X Lion &#124; nickmathis.com</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-81330</link>
		<dc:creator>ImageMagick missing fonts in OS X Lion &#124; nickmathis.com</dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-81330</guid>
		<description>[...] can be fixed by following the suggestions from  http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/ [...]</description>
		<content:encoded><![CDATA[<p>[…] can be fixed by following the suggestions from  http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/ […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vic</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-45132</link>
		<dc:creator>Vic</dc:creator>
		<pubDate>Sat, 13 Aug 2011 20:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-45132</guid>
		<description>You are my hero.

To add to what Henry said, I ran into an error when running

sudo /usr/libexec/locate.updatedb

while in a sym-linked directory.  To get around this, I did

cd /

beforehand.</description>
		<content:encoded><![CDATA[<p>You are my hero.</p>
<p>To add to what Henry said, I ran into an error when running</p>
<p>sudo /usr/libexec/locate.updatedb</p>
<p>while in a sym-linked directory.  To get around this, I did</p>
<p>cd /</p>
<p>beforehand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-42163</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Wed, 27 Jul 2011 04:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-42163</guid>
		<description>Excellent tutorial! I followed and now when I type &#039;convert -list font&#039; I can see the list of fonts.  However, I still get a weird message: 

&quot;delegate library support not built-in `/Library/Fonts/Arial.ttf&#039; (Freetype).&quot;

Do any of you have any idea how to fix that?</description>
		<content:encoded><![CDATA[<p>Excellent tutorial! I followed and now when I type ‘convert –list font’ I can see the list of fonts.  However, I still get a weird message: </p>
<p>“delegate library support not built-in ‘/Library/Fonts/Arial.ttf’ (Freetype).”</p>
<p>Do any of you have any idea how to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-12347</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Wed, 10 Nov 2010 17:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-12347</guid>
		<description>On Snow Leopard, after running:

sudo launchctl load –w /System/Library/LaunchDaemons/com.apple.locate.plist

run:

sudo /usr/libexec/locate.updatedb

to create the database.</description>
		<content:encoded><![CDATA[<p>On Snow Leopard, after running:</p>
<p>sudo launchctl load –w /System/Library/LaunchDaemons/com.apple.locate.plist</p>
<p>run:</p>
<p>sudo /usr/libexec/locate.updatedb</p>
<p>to create the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-5439</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-5439</guid>
		<description>Hi mini,

Running the launchctl script will only set up the rebuild of the locate database to be run as a job once a week. If you want to build the locate database right now, try:

sudo /etc/periodic/weekly/310.locate

...hopefully that&#039;ll still work in Snow Leopard, which I guess is the OS you&#039;re using? This article was written for Leopard, so some things may have moved around a little.

Also, if that command works, it will still take take some time to complete. The &quot;locate&quot; database is basically a cache of all the filenames on your entire hard drive, so it takes time to build...</description>
		<content:encoded><![CDATA[<p>Hi mini,</p>
<p>Running the launchctl script will only set up the rebuild of the locate database to be run as a job once a week. If you want to build the locate database right now, try:</p>
<p>sudo /etc/periodic/weekly/310.locate</p>
<p>…hopefully that’ll still work in Snow Leopard, which I guess is the OS you’re using? This article was written for Leopard, so some things may have moved around a little.</p>
<p>Also, if that command works, it will still take take some time to complete. The “locate” database is basically a cache of all the filenames on your entire hard drive, so it takes time to build…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mini</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-5438</link>
		<dc:creator>mini</dc:creator>
		<pubDate>Thu, 04 Mar 2010 10:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-5438</guid>
		<description>Hi,
Iam a windows user switching to mac and having a tough time getting to run imagemagick
I followed your tutorial ..iam not getting my fonts yet. i did sudo for fondu , then tried to run the perlscript..like this.

 perl imagick_type_gen.pl 

and iam getting this error.

The locate database (/var/db/locate.database) does not exist.
To create the database, run the following command:

  sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist

i run this and still the fonts are not recognised by imagemagicks. 
Please help</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Iam a windows user switching to mac and having a tough time getting to run imagemagick<br />
I followed your tutorial ..iam not getting my fonts yet. i did sudo for fondu , then tried to run the perlscript..like this.</p>
<p> perl imagick_type_gen.pl </p>
<p>and iam getting this error.</p>
<p>The locate database (/var/db/locate.database) does not exist.<br />
To create the database, run the following command:</p>
<p>  sudo launchctl load –w /System/Library/LaunchDaemons/com.apple.locate.plist</p>
<p>i run this and still the fonts are not recognised by imagemagicks.<br />
Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gothick</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-1320</link>
		<dc:creator>gothick</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-1320</guid>
		<description>@Daniel -- Oops! Thanks for pointing that out; I&#039;ve fixed the original now!</description>
		<content:encoded><![CDATA[<p>@Daniel — Oops! Thanks for pointing that out; I’ve fixed the original now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Brauer</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-1319</link>
		<dc:creator>Daniel Brauer</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-1319</guid>
		<description>Great tutorial! The only mistake I encountered was the fondu invocation, which refers to the misspelled &quot;Libarary&quot;</description>
		<content:encoded><![CDATA[<p>Great tutorial! The only mistake I encountered was the fondu invocation, which refers to the misspelled “Libarary”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan - Links for 2009-01-16</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-64</link>
		<dc:creator>Aral Balkan - Links for 2009-01-16</dc:creator>
		<pubDate>Fri, 16 Jan 2009 23:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-64</guid>
		<description>[...] Using OS X fonts in ImageMagick « Gothick.org.uk Fondu extracts the fonts from .dfont files, effectively sucking out all the standard font goodness from these “pay no attention to the man behind the curtain” bundles. [...]</description>
		<content:encoded><![CDATA[<p>[…] Using OS X fonts in ImageMagick « Gothick.org.uk Fondu extracts the fonts from .dfont files, effectively sucking out all the standard font goodness from these “pay no attention to the man behind the curtain” bundles. […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alma</title>
		<link>http://gothick.org.uk/2008/03/14/using-os-x-fonts-in-imagemagick/comment-page-1/#comment-5</link>
		<dc:creator>Alma</dc:creator>
		<pubDate>Tue, 30 Dec 2008 15:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadflymind.com/2008/03/14/using-os-x-fonts-in-imagemagick/#comment-5</guid>
		<description>if you do this with graphicsmagick, type.xml should be named type.mgk...
additionally you will have to export the path to the config-folder in your .bashrc like so: export MAGICK_CONFIGURE_PATH=/Users/myuname/.magick

cheers</description>
		<content:encoded><![CDATA[<p>if you do this with graphicsmagick, type.xml should be named type.mgk…<br />
additionally you will have to export the path to the config-folder in your .bashrc like so: export MAGICK_CONFIGURE_PATH=/Users/myuname/.magick</p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

