web/lib/Zend/Pdf/Cmap/ByteEncoding.php
changeset 1230 68c69c656a2c
parent 807 877f952ae2bd
equal deleted inserted replaced
1229:5a6b6e770365 1230:68c69c656a2c
    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: ByteEncoding.php 24593 2012-01-05 20:35:02Z matthew $
    20  * @version    $Id$
    21  */
    21  */
    22 
    22 
    23 /** Zend_Pdf_Cmap */
    23 /** Zend_Pdf_Cmap */
    24 require_once 'Zend/Pdf/Cmap.php';
    24 require_once 'Zend/Pdf/Cmap.php';
    25 
    25 
    34  * The mapping from Mac Roman to Unicode can be found at
    34  * The mapping from Mac Roman to Unicode can be found at
    35  * {@link http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT}.
    35  * {@link http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ROMAN.TXT}.
    36  *
    36  *
    37  * @package    Zend_Pdf
    37  * @package    Zend_Pdf
    38  * @subpackage Fonts
    38  * @subpackage Fonts
    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 class Zend_Pdf_Cmap_ByteEncoding extends Zend_Pdf_Cmap
    42 class Zend_Pdf_Cmap_ByteEncoding extends Zend_Pdf_Cmap
    43 {
    43 {
    44   /**** Instance Variables ****/
    44   /**** Instance Variables ****/