# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: E:\Ruby\Projects\redmine\app\helpers # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: ifpdf_helper.rb --- ifpdf_helper.rb Base (BASE) +++ ifpdf_helper.rb Locally Modified (Based On LOCAL) @@ -35,6 +35,11 @@ @font_for_footer = 'SJIS' when :zh extend(PDF_Chinese) + AddGBFont() + @font_for_content = 'GB' + @font_for_footer = 'GB' + when :zh-tw + extend(PDF_Chinese) AddBig5Font() @font_for_content = 'Big5' @font_for_footer = 'Big5'