<?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 for SK's Journal</title>
	<atom:link href="http://sk89q.therisenrealm.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sk89q.therisenrealm.com</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 14:58:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on PHP function to draw wrapped text by Narendra Patil</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2031</link>
		<dc:creator>Narendra Patil</dc:creator>
		<pubDate>Mon, 17 Nov 2008 12:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2031</guid>
		<description>Hi,   
    I got this script, its really nice script. Its completetly suitable for my application, because i am designing greeting cards by php GD library.
 But I have font size problem with the code taken from you.  what exactly happens is that, when i give large amout of text, then it only takes lines according to width and height provided to it and skips other text. I want to have all text by managing font size which is given by the input.
   I hope you will definately help me. Any help from you will really be appreciated.

Thanks for the nice script.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    I got this script, its really nice script. Its completetly suitable for my application, because i am designing greeting cards by php GD library.<br />
 But I have font size problem with the code taken from you.  what exactly happens is that, when i give large amout of text, then it only takes lines according to width and height provided to it and skips other text. I want to have all text by managing font size which is given by the input.<br />
   I hope you will definately help me. Any help from you will really be appreciated.</p>
<p>Thanks for the nice script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by Anup</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2030</link>
		<dc:creator>Anup</dc:creator>
		<pubDate>Sun, 16 Nov 2008 13:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2030</guid>
		<description>Good job! Thank you for sharing the function!
I use it on my production site.</description>
		<content:encoded><![CDATA[<p>Good job! Thank you for sharing the function!<br />
I use it on my production site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by Krudtso</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2029</link>
		<dc:creator>Krudtso</dc:creator>
		<pubDate>Mon, 10 Nov 2008 00:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2029</guid>
		<description>Thanks for reminding me about the slanted quotes, im not sure but where exactly do i need to chenge this in your code? $buffer appear several times.</description>
		<content:encoded><![CDATA[<p>Thanks for reminding me about the slanted quotes, im not sure but where exactly do i need to chenge this in your code? $buffer appear several times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by sk89q</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2028</link>
		<dc:creator>sk89q</dc:creator>
		<pubDate>Mon, 10 Nov 2008 00:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2028</guid>
		<description>Don't copy the slanted quotes from my last post (Wordpress converted them). Use straight quotes.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t copy the slanted quotes from my last post (Wordpress converted them). Use straight quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by sk89q</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2027</link>
		<dc:creator>sk89q</dc:creator>
		<pubDate>Mon, 10 Nov 2008 00:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2027</guid>
		<description>"" == 0 in PHP.

Change empty($buffer) to $buffer === ""</description>
		<content:encoded><![CDATA[<p>&#8220;&#8221; == 0 in PHP.</p>
<p>Change empty($buffer) to $buffer === &#8220;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by Krudtso</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2026</link>
		<dc:creator>Krudtso</dc:creator>
		<pubDate>Sat, 08 Nov 2008 23:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2026</guid>
		<description>Sorry for posting 2 times in a row, but I did some more testing on the bug i mentioned above, and it seems that it don't render when it render "0" (zero) alone, but if i write for example: f0 (zero) it renders zero fine or if i write 00 (zero) it also work fine.</description>
		<content:encoded><![CDATA[<p>Sorry for posting 2 times in a row, but I did some more testing on the bug i mentioned above, and it seems that it don&#8217;t render when it render &#8220;0&#8243; (zero) alone, but if i write for example: f0 (zero) it renders zero fine or if i write 00 (zero) it also work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by Krudtso</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2025</link>
		<dc:creator>Krudtso</dc:creator>
		<pubDate>Sat, 08 Nov 2008 23:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2025</guid>
		<description>Hi again. I think i found a wierd bug. If i try to render a "0" (zero), it dosn't show anything. All other letters and numbers render jsut fine. I tried with different fonts and i doubble checked all fonts to have a "0" (zero) and they all had. Temporaly i use string replace to chane "0" (zero) to "O". But it just don't look as good, and is hard to use for calculations. PLease check this out.</description>
		<content:encoded><![CDATA[<p>Hi again. I think i found a wierd bug. If i try to render a &#8220;0&#8243; (zero), it dosn&#8217;t show anything. All other letters and numbers render jsut fine. I tried with different fonts and i doubble checked all fonts to have a &#8220;0&#8243; (zero) and they all had. Temporaly i use string replace to chane &#8220;0&#8243; (zero) to &#8220;O&#8221;. But it just don&#8217;t look as good, and is hard to use for calculations. PLease check this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by Krudtso</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2024</link>
		<dc:creator>Krudtso</dc:creator>
		<pubDate>Sat, 08 Nov 2008 19:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2024</guid>
		<description>Thanks I allready tried removing all warnings and then it didn't work, but now it does, thanks a bunch!</description>
		<content:encoded><![CDATA[<p>Thanks I allready tried removing all warnings and then it didn&#8217;t work, but now it does, thanks a bunch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by sk89q</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2023</link>
		<dc:creator>sk89q</dc:creator>
		<pubDate>Sat, 08 Nov 2008 08:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2023</guid>
		<description>Well, it's because the error reporting level you have set in your installation of PHP shows notice level warnings. The simple way to fix it is by putting error_reporting(E_ALL ^ E_NOTICE); at the top of your script. The better way would be to actually fix the notices, but you'd have to do that by yourself at the moment.

http://php.net/error_reporting</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s because the error reporting level you have set in your installation of PHP shows notice level warnings. The simple way to fix it is by putting error_reporting(E_ALL ^ E_NOTICE); at the top of your script. The better way would be to actually fix the notices, but you&#8217;d have to do that by yourself at the moment.</p>
<p><a href="http://php.net/error_reporting" rel="nofollow">http://php.net/error_reporting</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP function to draw wrapped text by Krudtso</title>
		<link>http://sk89q.therisenrealm.com/2008/08/ttf-textbox-in-php/comment-page-1/#comment-2022</link>
		<dc:creator>Krudtso</dc:creator>
		<pubDate>Fri, 07 Nov 2008 13:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://sk89q.therisenrealm.com/?p=187#comment-2022</guid>
		<description>Hi i allmost got this script running, it work when i comment out this line: imagettftextboxopt($im, 22, 0, 0, 0, $orange, $font_times, $text, $options); (without the text offcourse) and if i comment out the header while that line is not commented out i get this message:

Notice: Undefined offset: 29 in C:\Program Files\EasyPHP 2.0b1\www\rush\textbox.php on line 128

Notice: Undefined offset: 29 in C:\Program Files\EasyPHP 2.0b1\www\rush\textbox.php on line 128

textbox.php is the code you give us

How do i fix this?</description>
		<content:encoded><![CDATA[<p>Hi i allmost got this script running, it work when i comment out this line: imagettftextboxopt($im, 22, 0, 0, 0, $orange, $font_times, $text, $options); (without the text offcourse) and if i comment out the header while that line is not commented out i get this message:</p>
<p>Notice: Undefined offset: 29 in C:\Program Files\EasyPHP 2.0b1\www\rush\textbox.php on line 128</p>
<p>Notice: Undefined offset: 29 in C:\Program Files\EasyPHP 2.0b1\www\rush\textbox.php on line 128</p>
<p>textbox.php is the code you give us</p>
<p>How do i fix this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
