File "File.php"

Full Path: /home/ichhrkpd/public_html/idcm/application/third_party/dompdf/vendor/dompdf/php-font-lib/src/FontLib/OpenType/File.php
File size: 340 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @package php-font-lib
 * @link    https://github.com/dompdf/php-font-lib
 * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
 */

namespace FontLib\OpenType;

/**
 * Open Type font, the same as a TrueType one.
 *
 * @package php-font-lib
 */
class File extends \FontLib\TrueType\File {
  //
}