Mercurial > hg > soundsoftware-site
diff vendor/plugins/rfpdf/lib/fpdf/japanese.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/japanese.rb Mon Jun 06 14:24:13 2011 +0100 +++ b/vendor/plugins/rfpdf/lib/fpdf/japanese.rb Thu Jul 14 10:32:19 2011 +0100 @@ -118,7 +118,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') SJISMultiCell(w,h,txt,border,align,fill) else @@ -224,7 +224,7 @@ @x=@l_margin end - def Write(h,txt,link='') + def Write(h,txt,link='',fill=0) if(@current_font['type']=='Type0') SJISWrite(h,txt,link) else