FrameManager:DrawText

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxDrawText( * A pointer to a BITMAP to draw on.
  • The string containing the text to draw. the position the upper right corner of the first char of the text string will have on the bitmap.
  • Whether to draw text with black chars or not (white). )
Description:
Draws a text string to the bitmap of choice, using the internal fontsets.
ReturnsNone.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools