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-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: CidFont.php 24664 2012-02-26 16:36:51Z adamlundrigan $ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** Internally used classes */ |
23 /** Internally used classes */ |
24 require_once 'Zend/Pdf/Element/Array.php'; |
24 require_once 'Zend/Pdf/Element/Array.php'; |
25 require_once 'Zend/Pdf/Element/Dictionary.php'; |
25 require_once 'Zend/Pdf/Element/Dictionary.php'; |
49 * Font objects should be normally be obtained from the factory methods |
49 * Font objects should be normally be obtained from the factory methods |
50 * {@link Zend_Pdf_Font::fontWithName} and {@link Zend_Pdf_Font::fontWithPath}. |
50 * {@link Zend_Pdf_Font::fontWithName} and {@link Zend_Pdf_Font::fontWithPath}. |
51 * |
51 * |
52 * @package Zend_Pdf |
52 * @package Zend_Pdf |
53 * @subpackage Fonts |
53 * @subpackage Fonts |
54 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
54 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
55 * @license http://framework.zend.com/license/new-bsd New BSD License |
55 * @license http://framework.zend.com/license/new-bsd New BSD License |
56 */ |
56 */ |
57 abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font |
57 abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font |
58 { |
58 { |
59 /** |
59 /** |