Add new fpdf class (to support the labels).
commit8f736de383a5c9cb5327f788205f14a40b241eb4
authorUmer Muhammad <umer.practiceproviders@nxvt.com>
Wed, 16 Mar 2016 07:09:04 +0000 (16 12:09 +0500)
committerbradymiller <bradymiller@users.sourceforge.net>
Wed, 16 Mar 2016 09:18:28 +0000 (16 02:18 -0700)
treeeaa8ea0cf9b900abb622ff03c7ec679789b8622d
parent33034b2c1c16d591ca0c955107ec270135a9f852
Add new fpdf class (to support the labels).
17 files changed:
library/classes/PDF_Label.php
library/classes/php-barcode.php
library/fpdf/font/courier.php [new file with mode: 0644]
library/fpdf/font/courierb.php [new file with mode: 0644]
library/fpdf/font/courierbi.php [new file with mode: 0644]
library/fpdf/font/courieri.php [new file with mode: 0644]
library/fpdf/font/helvetica.php [new file with mode: 0644]
library/fpdf/font/helveticab.php [new file with mode: 0644]
library/fpdf/font/helveticabi.php [new file with mode: 0644]
library/fpdf/font/helveticai.php [new file with mode: 0644]
library/fpdf/font/symbol.php [new file with mode: 0644]
library/fpdf/font/times.php [new file with mode: 0644]
library/fpdf/font/timesb.php [new file with mode: 0644]
library/fpdf/font/timesbi.php [new file with mode: 0644]
library/fpdf/font/timesi.php [new file with mode: 0644]
library/fpdf/font/zapfdingbats.php [new file with mode: 0644]
library/fpdf/fpdf.php [new file with mode: 0644]