<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForDevs &#187; Text to Image</title>
	<atom:link href="http://www.fordevs.com/tag/text-to-image/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Convert Text to Image using c#</title>
		<link>http://www.fordevs.com/2009/02/convert-text-to-image-using-c.html</link>
		<comments>http://www.fordevs.com/2009/02/convert-text-to-image-using-c.html#comments</comments>
		<pubDate>Fri, 13 Feb 2009 16:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Text to Image]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/02/convert-text-to-image-using-c.html</guid>
		<description><![CDATA[We can Convert text to image in c# using System.Drawing namespace.Here we create a bitmap image and use its Graphics property to convert text passed to image and place the image in a picture box. private void TextToImage&#40;&#41; &#123; Color BackColor = Color.White; String FontName = &#34;Times New Roman&#34;; int FontSize = 25; int Height [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/02/convert-text-to-image-using-c.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

