<?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: CEGUI update / mini review</title>
	<atom:link href="http://www.rakkar.org/blog/?feed=rss2&#038;p=124" rel="self" type="application/rss+xml" />
	<link>http://www.rakkar.org/blog/?p=124</link>
	<description>Trials of a game developer</description>
	<lastBuildDate>Tue, 20 Jul 2010 22:23:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: simdietrich</title>
		<link>http://www.rakkar.org/blog/?p=124&#038;cpage=1#comment-14178</link>
		<dc:creator>simdietrich</dc:creator>
		<pubDate>Mon, 07 Apr 2008 15:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rakkar.org/blog/?p=124#comment-14178</guid>
		<description>I use the font class directly in my engine, and it works.  The only extra thing you have to do is to flush the text at the end of the frame.

void GUISystem::TextStart()
{
    CEGUI::System::getSingleton().getRenderer()-&gt;setQueueingEnabled( true );
}

void GUISystem::TextEnd()
{
    CEGUI::System::getSingleton().getRenderer()-&gt;doRender();
    CEGUI::System::getSingleton().getRenderer()-&gt;clearRenderList();
}</description>
		<content:encoded><![CDATA[<p>I use the font class directly in my engine, and it works.  The only extra thing you have to do is to flush the text at the end of the frame.</p>
<p>void GUISystem::TextStart()<br />
{<br />
    CEGUI::System::getSingleton().getRenderer()-&gt;setQueueingEnabled( true );<br />
}</p>
<p>void GUISystem::TextEnd()<br />
{<br />
    CEGUI::System::getSingleton().getRenderer()-&gt;doRender();<br />
    CEGUI::System::getSingleton().getRenderer()-&gt;clearRenderList();<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
