equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Pdf |
16 * @package Zend_Pdf |
17 * @subpackage FileParser |
17 * @subpackage FileParser |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Font.php 24593 2012-01-05 20:35:02Z matthew $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** Internally used classes */ |
23 /** Internally used classes */ |
24 require_once 'Zend/Pdf/Font.php'; |
24 require_once 'Zend/Pdf/Font.php'; |
25 |
25 |
34 * for parsing the raw binary data from the font file on disk. Also provides |
34 * for parsing the raw binary data from the font file on disk. Also provides |
35 * a debug logging interface and a couple of shared utility methods. |
35 * a debug logging interface and a couple of shared utility methods. |
36 * |
36 * |
37 * @package Zend_Pdf |
37 * @package Zend_Pdf |
38 * @subpackage FileParser |
38 * @subpackage FileParser |
39 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
39 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
40 * @license http://framework.zend.com/license/new-bsd New BSD License |
40 * @license http://framework.zend.com/license/new-bsd New BSD License |
41 */ |
41 */ |
42 abstract class Zend_Pdf_FileParser_Font extends Zend_Pdf_FileParser |
42 abstract class Zend_Pdf_FileParser_Font extends Zend_Pdf_FileParser |
43 { |
43 { |
44 /**** Instance Variables ****/ |
44 /**** Instance Variables ****/ |