Difference between revisions of "DrawText"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Draws some text. </onlyinclude> This method has two variants. <syntaxhighlight lang="cpp"> void DrawText( const string &text, recti rect, SColor color, bool HorCen...")
(No difference)

Revision as of 22:27, 21 August 2012

Draws some text.


This method has two variants.

void DrawText( const string &text, recti rect, SColor color, bool HorCenter, bool VerCenter )
void DrawText( const string &text, position2di pos, SColor color )