Skip to content

Commit c9079a9

Browse files
committed
Add Authors file
1 parent cca2a59 commit c9079a9

38 files changed

+17
-37
lines changed

AUTHORS.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
FontLib was designed and developed by Fabien Ménager.
2+
3+
### Current Team
4+
5+
* **Brian Sweeney** (maintainer)
6+
7+
### Alumni
8+
9+
* **Fabien Ménager** (creator)
10+
11+
### Contributors
12+
* **mondrake**
13+
* [and many more...](https://github.com/dompdf/php-font-lib/graphs/contributors)
14+
15+
### Thanks
16+
17+
FontLib would not have been possible without strong community support.

src/FontLib/AdobeFontMetrics.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/BinaryStream.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/EOT/File.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/EOT/Header.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/EncodingMap.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Font.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Glyph/Outline.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

src/FontLib/Glyph/OutlineComponent.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

src/FontLib/Glyph/OutlineComposite.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

src/FontLib/Glyph/OutlineSimple.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
87
*/

src/FontLib/Header.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87
namespace FontLib;

src/FontLib/OpenType/File.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/OpenType/TableDirectoryEntry.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/DirectoryEntry.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87
namespace FontLib\Table;

src/FontLib/Table/Table.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87
namespace FontLib\Table;

src/FontLib/Table/Type/cmap.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/cvt.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/PhenX/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/fpgm.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/PhenX/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/glyf.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/head.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/hhea.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/hmtx.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/kern.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/loca.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/maxp.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/name.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/nameRecord.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87
namespace FontLib\Table\Type;

src/FontLib/Table/Type/os2.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/post.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/Table/Type/prep.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
/**
44
* @package php-font-lib
55
* @link https://github.com/PhenX/php-font-lib
6-
* @author Fabien Ménager <[email protected]>
76
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
87
*/
98

src/FontLib/TrueType/Collection.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/TrueType/File.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/TrueType/Header.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/TrueType/TableDirectoryEntry.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/WOFF/File.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/WOFF/Header.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

src/FontLib/WOFF/TableDirectoryEntry.php

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/**
33
* @package php-font-lib
44
* @link https://github.com/dompdf/php-font-lib
5-
* @author Fabien Ménager <[email protected]>
65
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
76
*/
87

0 commit comments

Comments
 (0)