DrawText
From King Arthur's Gold Wiki
Revision as of 22:18, 6 September 2012 by Shadlington (Talk | contribs)
Draws some text.
As this is GUI-related it is client only - it should be wrapped in "if ( getNet().isClient() )" or be in a client-only script.
This method is part of the GUI namespace so you need to prefix calls to it with 'GUI::'.
This method has two variants.
void GUI::DrawText( const string &text, recti rect, SColor color, bool HorCenter, bool VerCenter ) void GUI::DrawText( const string &text, position2di pos, SColor color )