Write(float h, string txt [, mixed link])
h
txt
link
//º¸ÅëÀÇ ±Û²Ã·Î ½ÃÀÛ
$pdf->SetFont('Arial','',14);
$pdf->Write(5,'Visit ');
//¹ØÁÙÀÌ ÃÄÁø ÆÄ¶õ»ö ¸µÅ©¹®ÀÚ¿À» Ãâ·Â
$pdf->SetTextColor(0,0,255);
$pdf->SetFont('','U');
$pdf->Write(5,'www.fpdf.org','http://www.fpdf.org');