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 Fonts |
17 * @subpackage Fonts |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 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: Cmap.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Cmap.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 |
23 |
24 /** |
24 /** |
25 * Abstract helper class for {@link Zend_Pdf_Resource_Font} which manages font |
25 * Abstract helper class for {@link Zend_Pdf_Resource_Font} which manages font |
45 * @todo Write code for Zend_Pdf_FontCmap_TrimmedArray class. |
45 * @todo Write code for Zend_Pdf_FontCmap_TrimmedArray class. |
46 * @todo Write code for Zend_Pdf_FontCmap_SegmentedCoverage class. |
46 * @todo Write code for Zend_Pdf_FontCmap_SegmentedCoverage class. |
47 * |
47 * |
48 * @package Zend_Pdf |
48 * @package Zend_Pdf |
49 * @subpackage Fonts |
49 * @subpackage Fonts |
50 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
50 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
51 * @license http://framework.zend.com/license/new-bsd New BSD License |
51 * @license http://framework.zend.com/license/new-bsd New BSD License |
52 */ |
52 */ |
53 abstract class Zend_Pdf_Cmap |
53 abstract class Zend_Pdf_Cmap |
54 { |
54 { |
55 /**** Class Constants ****/ |
55 /**** Class Constants ****/ |