cdCanvasText

Definition: include pGUI.e

cdCanvasText(cdCanvas hCdCanvas, atom x, y, string text)
-- or --
cdText(atom x, y, string text)
Description: Draws a text in the position (x,y) according to the current font and text alignment. It expects an ANSI string. Can have line breaks.

cdText(x,y,t) is equivalent to cdCanvasText(cdActiveCanvas(),x,y,t). Calls to cdfCanvasText should be replaced with cdCanvasText.