send(CSAVE.ESC.'[24;0f'.RESET.$text. ($this->blp > $this->fo->strlenv($text) ? str_repeat(' ',$this->blp-$this->fo->strlenv($text)). ($reposition ? ESC.'[24;0f'.str_repeat(RIGHT,$this->fo->strlenv($text)) : CRESTORE) : ($reposition ? '' : CRESTORE)) ); $this->blp = $this->fo->strlenv($text); $this->baseline = $text; } }