Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Composer project name to dompdf/php-font-lib #133

Merged
merged 4 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
FontLib was designed and developed by Fabien Ménager.

### Current Team

* **Brian Sweeney** (maintainer)

### Alumni

* **Fabien Ménager** (creator)

### Contributors
* **mondrake**
* [and many more...](https://github.com/dompdf/php-font-lib/graphs/contributors)

### Thanks

FontLib would not have been possible without strong community support.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "phenx/php-font-lib",
"name": "dompdf/php-font-lib",
"type": "library",
"description": "A library to read, parse, export and make subsets of different types of font files.",
"homepage": "https://github.com/PhenX/php-font-lib",
"homepage": "https://github.com/dompdf/php-font-lib",
"license": "LGPL-2.1-or-later",
"authors": [
{
"name": "Fabien Ménager",
"email": "fabien.menager@gmail.com"
"name": "The FontLib Community",
"homepage": "https://github.com/dompdf/php-font-lib/blob/master/AUTHORS.md"
}
],
"autoload": {
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/AdobeFontMetrics.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/BinaryStream.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/EOT/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/EOT/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/EncodingMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Font.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Glyph/Outline.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
*/
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Glyph/OutlineComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
*/
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Glyph/OutlineComposite.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
*/
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Glyph/OutlineSimple.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
* @version $Id: Font_Table_glyf.php 46 2012-04-02 20:22:38Z fabien.menager $
*/
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
namespace FontLib;
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/OpenType/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/OpenType/TableDirectoryEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/DirectoryEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
namespace FontLib\Table;
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
namespace FontLib\Table;
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/cmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
3 changes: 1 addition & 2 deletions src/FontLib/Table/Type/cvt.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-font-lib
* @link https://github.com/PhenX/php-font-lib
* @author Fabien Ménager <[email protected]>
* @link https://github.com/dompdf/php-font-lib
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
3 changes: 1 addition & 2 deletions src/FontLib/Table/Type/fpgm.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?php
/**
* @package php-font-lib
* @link https://github.com/PhenX/php-font-lib
* @author Fabien Ménager <[email protected]>
* @link https://github.com/dompdf/php-font-lib
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/glyf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/hhea.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/hmtx.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/kern.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/loca.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/maxp.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/name.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/nameRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
namespace FontLib\Table\Type;
Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/os2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/Table/Type/post.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
3 changes: 1 addition & 2 deletions src/FontLib/Table/Type/prep.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

/**
* @package php-font-lib
* @link https://github.com/PhenX/php-font-lib
* @author Fabien Ménager <[email protected]>
* @link https://github.com/dompdf/php-font-lib
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/TrueType/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/TrueType/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/TrueType/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/TrueType/TableDirectoryEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/WOFF/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/WOFF/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
1 change: 0 additions & 1 deletion src/FontLib/WOFF/TableDirectoryEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* @package php-font-lib
* @link https://github.com/dompdf/php-font-lib
* @author Fabien Ménager <[email protected]>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/

Expand Down
34 changes: 32 additions & 2 deletions tests/resources/fonts/ahem/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
The Ahem font belongs to the public domain. In jurisdictions that do
not recognize public domain ownership of these files, the following
Creative Commons Zero declaration applies:
http://labs.creativecommons.org/licenses/zero-waive/1.0/us/legalcode
Creative Commons Zero declaration applies:

The person who has associated a work with this document (the "Work")
affirms that he or she (the "Affirmer") is the/an author or owner of
the Work. The Work may be any work of authorship, including a
database.

The Affirmer hereby fully, permanently and irrevocably waives and
relinquishes all of her or his copyright and related or neighboring
legal rights in the Work available under any federal or state law,
treaty or contract, including but not limited to moral rights,
publicity and privacy rights, rights protecting against unfair
competition and any rights protecting the extraction, dissemination
and reuse of data, whether such rights are present or future, vested
or contingent (the "Waiver"). The Affirmer makes the Waiver for the
benefit of the public at large and to the detriment of the Affirmer's
heirs or successors.

The Affirmer understands and intends that the Waiver has the effect
of eliminating and entirely removing from the Affirmer's control all
the copyright and related or neighboring legal rights previously held
by the Affirmer in the Work, to that extent making the Work freely
available to the public for any and all uses and purposes without
restriction of any kind, including commercial use and uses in media
and formats or by methods that have not yet been invented or
conceived. Should the Waiver for any reason be judged legally
ineffective in any jurisdiction, the Affirmer hereby grants a free,
full, permanent, irrevocable, nonexclusive and worldwide license for
all her or his copyright and related or neighboring legal rights in
the Work.

(reference https://web.archive.org/web/http://creativecommons.org/licenses/zero-waive/1.0/us/legalcode)
Loading