<?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: EasyGlyph 1.2 Released &#8211; iPhone Font System</title>
	<atom:link href="http://ambiguiti.es/2009/06/easyglyph-1-2-released-iphone-font-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://ambiguiti.es/2009/06/easyglyph-1-2-released-iphone-font-system/</link>
	<description>Web and Mobile Development News, Articles, and Tid-bits</description>
	<lastBuildDate>Thu, 22 Jul 2010 04:03:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Taewoon</title>
		<link>http://ambiguiti.es/2009/06/easyglyph-1-2-released-iphone-font-system/comment-page-1/#comment-926</link>
		<dc:creator>Taewoon</dc:creator>
		<pubDate>Tue, 25 May 2010 03:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://ambiguiti.es/?p=603#comment-926</guid>
		<description>Hi, great application!

Do you know if there is any easy way to include special European characters (À,à,Â,Ä,ã, etc) into the generated files?


Thanks,
~Taewoon</description>
		<content:encoded><![CDATA[<p>Hi, great application!</p>
<p>Do you know if there is any easy way to include special European characters (À,à,Â,Ä,ã, etc) into the generated files?</p>
<p>Thanks,<br />
~Taewoon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Gando</title>
		<link>http://ambiguiti.es/2009/06/easyglyph-1-2-released-iphone-font-system/comment-page-1/#comment-797</link>
		<dc:creator>Mr.Gando</dc:creator>
		<pubDate>Thu, 13 Aug 2009 03:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://ambiguiti.es/?p=603#comment-797</guid>
		<description>Sorry, the last line meant:

 you should made it able to export a file that works when converting it to .pvr4

Thanks again</description>
		<content:encoded><![CDATA[<p>Sorry, the last line meant:</p>
<p> you should made it able to export a file that works when converting it to .pvr4</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Gando</title>
		<link>http://ambiguiti.es/2009/06/easyglyph-1-2-released-iphone-font-system/comment-page-1/#comment-796</link>
		<dc:creator>Mr.Gando</dc:creator>
		<pubDate>Thu, 13 Aug 2009 03:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://ambiguiti.es/?p=603#comment-796</guid>
		<description>Hi there, I think I posted some updates for this version, but on another blogpost, here are my corrections to a memory leak that you have going on in the initFont method.

// set things up
-(void)initFont:(NSString *)fontImage:(NSString *)charSt:(NSString *)fontInfo {
	fontUIImage = [[UIImage imageNamed:fontImage] retain];
	characterDict = [[NSMutableDictionary alloc] init];
	charSetLength = [charSt length];
	NSArray *chunks = [fontInfo componentsSeparatedByString: @&quot;;&quot;];
	for (int i = 0; i &lt; charSetLength; i++) {
		NSString *ch = [charSt substringWithRange:NSMakeRange(i, 1)];
		EasyGlyphChar *cf = [[EasyGlyphChar alloc] init];
		NSArray *dta = [[chunks objectAtIndex:i] componentsSeparatedByString: @&quot;,&quot;];
		cf.x = [[dta objectAtIndex:0] floatValue];
		cf.y = [[dta objectAtIndex:1] floatValue];
		cf.w = [[dta objectAtIndex:2] floatValue];
		cf.h = [[dta objectAtIndex:3] floatValue];
		cf.kernx1 = [[dta objectAtIndex:4] floatValue];
		cf.kernx2 = [[dta objectAtIndex:5] floatValue];
		[characterDict setObject:cf forKey:ch];
		[cf release];
	}
}

Thanks for this, you should made it able to export a file that works converting to png</description>
		<content:encoded><![CDATA[<p>Hi there, I think I posted some updates for this version, but on another blogpost, here are my corrections to a memory leak that you have going on in the initFont method.</p>
<p>// set things up<br />
-(void)initFont:(NSString *)fontImage:(NSString *)charSt:(NSString *)fontInfo {<br />
	fontUIImage = [[UIImage imageNamed:fontImage] retain];<br />
	characterDict = [[NSMutableDictionary alloc] init];<br />
	charSetLength = [charSt length];<br />
	NSArray *chunks = [fontInfo componentsSeparatedByString: @";"];<br />
	for (int i = 0; i &lt; charSetLength; i++) {<br />
		NSString *ch = [charSt substringWithRange:NSMakeRange(i, 1)];<br />
		EasyGlyphChar *cf = [[EasyGlyphChar alloc] init];<br />
		NSArray *dta = [[chunks objectAtIndex:i] componentsSeparatedByString: @&quot;,&quot;];<br />
		cf.x = [[dta objectAtIndex:0] floatValue];<br />
		cf.y = [[dta objectAtIndex:1] floatValue];<br />
		cf.w = [[dta objectAtIndex:2] floatValue];<br />
		cf.h = [[dta objectAtIndex:3] floatValue];<br />
		cf.kernx1 = [[dta objectAtIndex:4] floatValue];<br />
		cf.kernx2 = [[dta objectAtIndex:5] floatValue];<br />
		[characterDict setObject:cf forKey:ch];<br />
		[cf release];<br />
	}<br />
}</p>
<p>Thanks for this, you should made it able to export a file that works converting to png</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kaye</title>
		<link>http://ambiguiti.es/2009/06/easyglyph-1-2-released-iphone-font-system/comment-page-1/#comment-786</link>
		<dc:creator>Michael Kaye</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://ambiguiti.es/?p=603#comment-786</guid>
		<description>Brilliant. Thanks!</description>
		<content:encoded><![CDATA[<p>Brilliant. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
