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: Extracted.php 20866 2010-02-03 05:30:07Z yoshida@zend.co.jp $ |
20 * @version $Id: Extracted.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 |
23 |
24 /** @see Zend_Pdf_Resource_Font */ |
24 /** @see Zend_Pdf_Resource_Font */ |
25 require_once 'Zend/Pdf/Resource/Font.php'; |
25 require_once 'Zend/Pdf/Resource/Font.php'; |
30 * Thes class allows to extract fonts already mentioned within PDF document and use them |
30 * Thes class allows to extract fonts already mentioned within PDF document and use them |
31 * for text drawing. |
31 * for text drawing. |
32 * |
32 * |
33 * @package Zend_Pdf |
33 * @package Zend_Pdf |
34 * @subpackage Fonts |
34 * @subpackage Fonts |
35 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
35 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
36 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 */ |
37 */ |
38 class Zend_Pdf_Resource_Font_Extracted extends Zend_Pdf_Resource_Font |
38 class Zend_Pdf_Resource_Font_Extracted extends Zend_Pdf_Resource_Font |
39 { |
39 { |
40 /** |
40 /** |