Patch #13589 ยป 13589_pdf_export_2col.diff
lib/redmine/export/pdf.rb | ||
---|---|---|
81 | 81 |
SetFont(@font_for_content) |
82 | 82 |
@outlines = [] |
83 | 83 |
@outlineRoot = nil |
84 |
@default_table_columns = 2 |
|
84 | 85 |
end |
85 | 86 | |
86 | 87 |
def SetFontStyle(style, size) |