commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / vendor / phenx / php-font-lib / src / FontLib / OpenType / File.php
1 <?php
2 /**
3 * @package php-font-lib
4 * @link https://github.com/PhenX/php-font-lib
5 * @author Fabien Ménager <fabien.menager@gmail.com>
6 * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
7 */
8
9 namespace FontLib\OpenType;
10
11 /**
12 * Open Type font, the same as a TrueType one.
13 *
14 * @package php-font-lib
15 */
16 class File extends \FontLib\TrueType\File {
17 //
18 }