SetCustomDrawText

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

SetCustomDrawText(funcDrawText(strText:String, x:Float, y:Float, gadget:ifsoGUI_Base))
Sets the custom DrawText Function. See the FontSystems section for further explanation.

Returns

Nothing

Parameters

  • funcDrawText(strText:String, x:Float, y:Float, gadget:ifsoGUI_Base)) -
    • strText:String - Test to be drawn.
    • x:Float - x location to draw.
    • y:Float - y location to draw.
    • gadget:ifsoGUI_Base - The gadget that made the call. If set to Null, then the text being drawn is the top text.

Gadget Information

Pertains to GUI.

Example

Personal tools