<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Create image in PHP using GD with different font , size</title>
	<atom:link href="http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/</link>
	<description>Technology tips for all</description>
	<lastBuildDate>Sun, 13 Nov 2011 09:56:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Patrick</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-52032</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 21 Oct 2010 09:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-52032</guid>
		<description>was litterly a copy paste job from yours

&lt;a href=&quot;http://pastebin.com/KuBPs0JR&quot; target=&quot;_blank&quot;  rel=&quot;nofollow&quot;&gt;http://pastebin.com/KuBPs0JR&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>was litterly a copy paste job from yours</p>
<p><a href="http://pastebin.com/KuBPs0JR" target="_blank"  rel="nofollow">http://pastebin.com/KuBPs0JR</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-52026</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Thu, 21 Oct 2010 09:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-52026</guid>
		<description>Hi Patrick, 

Can you pastebin your code ? I can have a look at it.</description>
		<content:encoded><![CDATA[<p>Hi Patrick, </p>
<p>Can you pastebin your code ? I can have a look at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-52024</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 21 Oct 2010 09:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-52024</guid>
		<description>hi mine is dead :( sorry have I missed a step  I tried just pasting the code in between some php tags you can look at 
http://www.hull-college.ac.uk/modr.php?days=69

if you can  just give us some point of where i have gone wrong cheers</description>
		<content:encoded><![CDATA[<p>hi mine is dead <img src='http://www.digimantra.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  sorry have I missed a step  I tried just pasting the code in between some php tags you can look at<br />
<a href="http://www.hull-college.ac.uk/modr.php?days=69" rel="nofollow">http://www.hull-college.ac.uk/modr.php?days=69</a></p>
<p>if you can  just give us some point of where i have gone wrong cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-42006</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Mon, 13 Sep 2010 11:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-42006</guid>
		<description>Cool !!</description>
		<content:encoded><![CDATA[<p>Cool !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-41762</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 12 Sep 2010 10:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-41762</guid>
		<description>Me again. I now used the same Font but as TTF - and it works. I read before on a website that TTF works better than OTF in imagettftext().

Thanks for your help, I appreciate that.

Regards from Switzerland
Simon</description>
		<content:encoded><![CDATA[<p>Me again. I now used the same Font but as TTF &#8211; and it works. I read before on a website that TTF works better than OTF in imagettftext().</p>
<p>Thanks for your help, I appreciate that.</p>
<p>Regards from Switzerland<br />
Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-41761</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 12 Sep 2010 09:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-41761</guid>
		<description>Thanks for your very fast answer! =)

Well, I tried to just enter  &#039;ä ö ü&#039; in the imagettftext() but that doesn&#039;t work...

My font is an OTF that definitely has those special chars.

Have you got an idea how to fix this?

Thanks, Simon</description>
		<content:encoded><![CDATA[<p>Thanks for your very fast answer! =)</p>
<p>Well, I tried to just enter  &#8216;ä ö ü&#8217; in the imagettftext() but that doesn&#8217;t work&#8230;</p>
<p>My font is an OTF that definitely has those special chars.</p>
<p>Have you got an idea how to fix this?</p>
<p>Thanks, Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Khosla</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-41757</link>
		<dc:creator>Sachin Khosla</dc:creator>
		<pubDate>Sun, 12 Sep 2010 09:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-41757</guid>
		<description>Currently the characters being printed are taken from URL in the demo script, you can use proper character coding to make it happen.</description>
		<content:encoded><![CDATA[<p>Currently the characters being printed are taken from URL in the demo script, you can use proper character coding to make it happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.digimantra.com/technology/create-image-in-php-using-gd-with-different-font-size/#comment-41754</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 12 Sep 2010 08:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://realin.co.in/?p=314#comment-41754</guid>
		<description>Hi

I tried to use the Script and i works pretty well, thanks.

But then I tried to use special characters (German: ä, ü, ö etc). That doesn&#039;t work...

Can you help me with this issue? That would be great =)

Thanks, Simon</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried to use the Script and i works pretty well, thanks.</p>
<p>But then I tried to use special characters (German: ä, ü, ö etc). That doesn&#8217;t work&#8230;</p>
<p>Can you help me with this issue? That would be great =)</p>
<p>Thanks, Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

