OSDN Git Service

PDF: update rfpdf (#61).
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 30 Mar 2011 03:23:54 +0000 (03:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 30 Mar 2011 03:23:54 +0000 (03:23 +0000)
commit22e8d9b9496262a8fadad69b825ce706a1eefd1c
treee83ad3eeee774df737bdf6769a45a00e17a21afb
parent13d6b3129b941bfb269e9927aacf8a919afc4fe9
PDF: update rfpdf (#61).

https://github.com/edwinmoss/rfpdf
revision a04724b4af95c15a99675b34e353c15534d20411

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5247 e93f8b46-1217-0410-a6f0-8f06a7374b81
145 files changed:
vendor/plugins/rfpdf/CHANGELOG
vendor/plugins/rfpdf/README
vendor/plugins/rfpdf/init.rb
vendor/plugins/rfpdf/lib/barcode/barcode.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/c128aobject.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/c128bobject.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/c128cobject.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/c39object.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/i25object.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/image.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/barcode/lesser.txt [new file with mode: 0755]
vendor/plugins/rfpdf/lib/config/lang/eng.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/core/image_science.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/core/rfpdf.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/rfpdf.rb with 50% similarity]
vendor/plugins/rfpdf/lib/core/rmagick.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/fonts/.noencode [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMono.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMono.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMonoBold.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMonoBold.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMonoBoldOblique.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMonoBoldOblique.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMonoOblique.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeMonoOblique.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSans.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSans.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSansBold.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSansBold.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSansBoldOblique.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSansOblique.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/FreeSansOblique.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/README.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/courier.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/AUTHORS [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/BUGS [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/LICENSE [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/NEWS [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/README [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/langcover.txt [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/status.txt [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15/unicover.txt [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freefont/AUTHORS [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freefont/CREDITS [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freefont/ChangeLog [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freefont/INSTALL [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freefont/README [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freemono.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freemonob.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freemonobi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freemonoi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freesans.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freesansb.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freesansbi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/freesansi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/helvetica.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/helveticab.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/helveticabi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/helveticai.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/.noencode [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1250.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1251.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1252.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1253.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1254.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1255.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1257.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp1258.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/cp874.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-1.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-11.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-15.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-16.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-2.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-4.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-5.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-7.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/iso-8859-9.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/koi8-r.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/koi8-u.map [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/old/makefont/makefont.php [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/sjis.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/fonts/symbol.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/times.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/timesb.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/timesbi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/timesi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/COPYRIGHT.TXT [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/README.TXT [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/RELEASENOTES.TXT [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10/local.conf [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/README.TXT [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/makefontuni_ruby.php [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm.exe [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/vera.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/vera.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/vera.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verab.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verab.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verab.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verabi.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verabi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verabi.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verai.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verai.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verai.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramo.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramo.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramo.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramob.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramob.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramob.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramobi.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramobi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramobi.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramoi.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramoi.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veramoi.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verase.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verase.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/verase.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veraseb.ctg.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veraseb.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/veraseb.z [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fonts/zapfdingbats.rb [new file with mode: 0755]
vendor/plugins/rfpdf/lib/fpdf/bookmark.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/bookmark.rb with 100% similarity]
vendor/plugins/rfpdf/lib/fpdf/chinese.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/chinese.rb with 93% similarity]
vendor/plugins/rfpdf/lib/fpdf/fpdf_eps.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/fpdf_eps.rb with 100% similarity]
vendor/plugins/rfpdf/lib/fpdf/japanese.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/japanese.rb with 97% similarity]
vendor/plugins/rfpdf/lib/fpdf/korean.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/korean.rb with 94% similarity]
vendor/plugins/rfpdf/lib/fpdf/makefont.rb [moved from vendor/plugins/rfpdf/lib/rfpdf/makefont.rb with 99% similarity]
vendor/plugins/rfpdf/lib/rfpdf.rb
vendor/plugins/rfpdf/lib/rfpdf/action_controller.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/rfpdf/action_view.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/rfpdf/errors.rb
vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb
vendor/plugins/rfpdf/lib/rfpdf/math.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/rfpdf/template_handler/compile_support.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/rfpdf/template_handlers/base.rb [new file with mode: 0644]
vendor/plugins/rfpdf/lib/rfpdf/view.rb [deleted file]
vendor/plugins/rfpdf/lib/tcpdf.rb [new file with mode: 0755]
vendor/plugins/rfpdf/logo_example.png [new file with mode: 0755]
vendor/plugins/rfpdf/test_unicode.rfpdf [new file with mode: 0644]
vendor/plugins/rfpdf/utf8test.txt [new file with mode: 0755]