@@ -115,6 +115,10 module Redmine | |||||
115 | MultiCell(w, h, fix_text_encoding(txt), border, align, fill, ln) |
|
115 | MultiCell(w, h, fix_text_encoding(txt), border, align, fill, ln) | |
116 | end |
|
116 | end | |
117 |
|
117 | |||
|
118 | def RDMwriteHTMLCell(w, h, x, y, html='', border=0, ln=1, fill=0) | |||
|
119 | writeHTMLCell(w, h, x, y, fix_text_encoding(html), border, ln, fill) | |||
|
120 | end | |||
|
121 | ||||
118 | def Footer |
|
122 | def Footer | |
119 | SetFont(@font_for_footer, 'I', 8) |
|
123 | SetFont(@font_for_footer, 'I', 8) | |
120 | SetY(-15) |
|
124 | SetY(-15) |
General Comments 0
You need to be logged in to leave comments.
Login now