<?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: Major FontLabel update</title>
	<atom:link href="http://kevin.sb.org/2009/05/18/major-fontlabel-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.sb.org/2009/05/18/major-fontlabel-update/</link>
	<description>The occasional view into my life</description>
	<lastBuildDate>Wed, 23 Sep 2009 21:54:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kevin Ballard</title>
		<link>http://kevin.sb.org/2009/05/18/major-fontlabel-update/comment-page-1/#comment-7861</link>
		<dc:creator>Kevin Ballard</dc:creator>
		<pubDate>Wed, 17 Jun 2009 17:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.sb.org/?p=184#comment-7861</guid>
		<description>Ah hah, good catch. I don&#039;t have any fonts that use the magic number 29 any more. I&#039;ll see if I can&#039;t get that put into the official repo today.</description>
		<content:encoded><![CDATA[<p>Ah hah, good catch. I don&#8217;t have any fonts that use the magic number 29 any more. I&#8217;ll see if I can&#8217;t get that put into the official repo today.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://kevin.sb.org/2009/05/18/major-fontlabel-update/comment-page-1/#comment-7860</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://kevin.sb.org/?p=184#comment-7860</guid>
		<description>I had to add this line ( if (table == NULL) return; ) when using fonts that use the magic number 29 otherwise I had a crash.

static void freeFontTable(fontTable *table) {
	if (table == NULL) return;
	CFRelease(table-&gt;cmapTable);
	free(table);
}</description>
		<content:encoded><![CDATA[<p>I had to add this line ( if (table == <span class="caps">NULL</span>) return; ) when using fonts that use the magic number 29 otherwise I had a crash.</p>

<p>static void freeFontTable(fontTable *table) {<br />
	if (table == <span class="caps">NULL</span>) return;<br />
	<span class="caps">CFR</span>elease(table-&gt;cmapTable);<br />
	free(table);<br />
}</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
