@@ -107,8 +107,8 module Redmine | |||||
107 | RDMPdfEncoding::rdm_pdf_iconv(@ic, txt) |
|
107 | RDMPdfEncoding::rdm_pdf_iconv(@ic, txt) | |
108 | end |
|
108 | end | |
109 |
|
109 | |||
110 | def RDMCell(w,h=0,txt='',border=0,ln=0,align='',fill=0,link='') |
|
110 | def RDMCell(w ,h=0, txt='', border=0, ln=0, align='', fill=0, link='') | |
111 | Cell(w,h,fix_text_encoding(txt),border,ln,align,fill,link) |
|
111 | Cell(w, h, fix_text_encoding(txt), border, ln, align, fill, link) | |
112 | end |
|
112 | end | |
113 |
|
113 | |||
114 | def RDMMultiCell(w, h=0, txt='', border=0, align='', fill=0, ln=1) |
|
114 | def RDMMultiCell(w, h=0, txt='', border=0, align='', fill=0, ln=1) |
General Comments 0
You need to be logged in to leave comments.
Login now