Write
Write h txt ?link?
Description
This procedure prints text from the current position. When the right margin is reached (or the \n
character is met) a line break occurs and text continues from the left margin. Upon procedure exit,
the current position is left just at the end of the text.
It is possible to put a link on the text.
Parameters
h
-
Line height.
txt
-
String to print.
link
-
URL or identifier returned by AddLink.
See also
SetFont,
SetTextColor,
AddLink,
MultiCell,
SetAutoPageBreak.