Project

General

Profile

Patch #749 ยป ifpdf_helper.patch

Chaoqun Zou, 2008-02-28 17:29

View differences:

ifpdf_helper.rb Locally Modified (Based On LOCAL)
35 35
        @font_for_footer = 'SJIS'
36 36
      when :zh
37 37
        extend(PDF_Chinese)
38
        AddGBFont()
39
        @font_for_content = 'GB'
40
        @font_for_footer = 'GB'
41
      when :zh-tw
42
        extend(PDF_Chinese)
38 43
        AddBig5Font()
39 44
        @font_for_content = 'Big5'
40 45
        @font_for_footer = 'Big5'
    (1-1/1)