<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>how to set style</title>
		<link>http://www.allegro.cc/forums/view/586634</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Mon, 24 Jul 2006 09:49:10 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>  hello every one ,is there any function in allegro to set fill style or to set line style? (Just like the function in BGI)if not how to set style?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (stone830209)</author>
		<pubDate>Sun, 23 Jul 2006 19:03:11 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><span class="source-code"><a href="http://www.allegro.cc/manual/drawing_mode" target="_blank"><span class="a">drawing_mode</span></a><span class="k2">(</span><span class="k2">)</span></span><br />If that&#39;s what you mean...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Sun, 23 Jul 2006 19:09:16 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>  firstly thanks for your advise,but not exactly I just want to draw a line with different styles,such as SOLID_LINE ,DOTTED_LINE,DASHED_LINE ,etc.Is there such function in allegro?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (stone830209)</author>
		<pubDate>Mon, 24 Jul 2006 06:20:46 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><div class="quote_container"><div class="title">Quote:</div><div class="quote"><p>
Is there such function in allegro?
</p></div></div><p>
I&#39;m affraid not. It wouldn&#39;t be too difficult to make though. You can use the do_line() function. It will call your custom callback for every pixel of the line that needs to be drawn and all you have to do is figure out whether to draw the pixel or not, depending on the position of the pixel and the line style. There are similar functions for circle and ellipse as well...
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (miran)</author>
		<pubDate>Mon, 24 Jul 2006 09:49:10 +0000</pubDate>
	</item>
</rss>
