Mercurial > hg > soundsoftware-site
diff vendor/plugins/rfpdf/lib/fpdf/chinese.rb @ 507:0c939c159af4 redmine-1.2
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:32:19 +0100 |
parents | cbce1fd3b1b7 |
children | cbb26bc654de |
line wrap: on
line diff
--- a/vendor/plugins/rfpdf/lib/fpdf/chinese.rb Mon Jun 06 14:24:13 2011 +0100 +++ b/vendor/plugins/rfpdf/lib/fpdf/chinese.rb Thu Jul 14 10:32:19 2011 +0100 @@ -142,7 +142,7 @@ return l*@font_size/1000 end - def MultiCell(w,h,txt,border=0,align='L',fill=0) + def MultiCell(w,h,txt,border=0,align='L',fill=0,ln=1) if(@current_font['type']=='Type0') MBMultiCell(w,h,txt,border,align,fill) else @@ -236,7 +236,7 @@ @x=@l_margin end - def Write(h,txt,link='') + def Write(h,txt,link='',fill=0) if(@current_font['type']=='Type0') MBWrite(h,txt,link) else