Topic: Variables

I have been trying to create new look for a report. Just need some info. Stumble into this function

function Text($c, $txt, $n=0, $corr=0, $r=0, $align='left', $border=0, $fill=0, $link=NULL, $stretch=1)

What does these variables represent?
$c
$n
$corr
$r

Re: Variables

Hello,
$c = x value in pixels.
$n = width in pixels.
$corr = padding to right ($c + $n) value in pixels.
$r = + or - row(s) to $this->row. Normally you set $this->row with $this->NewLine(). You can alter this value with $r.

/Joe