-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4f4916
commit cf32a56
Showing
102 changed files
with
173 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
abstract class AbstractCompiler implements CompilerInterface | ||
{ | ||
|
@@ -340,4 +340,4 @@ abstract protected function prepareAnnotations(array $annotations, PdfObject\Pag | |
*/ | ||
abstract protected function preparePaths(array $paths, PdfObject\PageObject $pageObject): void; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
abstract class AbstractParser implements ParserInterface | ||
{ | ||
|
@@ -94,4 +94,4 @@ protected function getStreamType(string $stream): string | |
*/ | ||
abstract public function parse(mixed $pages = null): AbstractDocument; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Compiler extends AbstractCompiler | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
interface CompilerInterface | ||
{ | ||
|
@@ -86,4 +86,4 @@ public function setDocument(Document\AbstractDocument $document): Compiler; | |
*/ | ||
public function finalize(Document\AbstractDocument $document): void; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Exception extends \Exception {} | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
abstract class AbstractFont implements \ArrayAccess | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Exception extends \Exception {} | ||
class Exception extends \Exception {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Parser | ||
{ | ||
|
@@ -393,4 +393,4 @@ protected function getGlyphWidthsFromCmap(TrueType\Table\Cmap $cmap): array | |
return $gw; | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
abstract class AbstractStandard | ||
{ | ||
|
@@ -69,4 +69,4 @@ public function getGlyphWidth(int $code): mixed | |
} | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Arial extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class Arial extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class ArialBold extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class ArialBold extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class ArialBoldItalic extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class ArialBoldItalic extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class ArialItalic extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class ArialItalic extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Courier extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class Courier extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class CourierBold extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class CourierBold extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class CourierBoldOblique extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class CourierBoldOblique extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class CourierOblique extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class CourierOblique extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,9 +21,9 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Exception extends \Exception | ||
{ | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Helvetica extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class Helvetica extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class HelveticaBold extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class HelveticaBold extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class HelveticaBoldOblique extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class HelveticaBoldOblique extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class HelveticaOblique extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class HelveticaOblique extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
interface StandardInterface | ||
{ | ||
|
@@ -41,4 +41,4 @@ public function getUnitsPerEm(): int; | |
*/ | ||
public function getGlyphWidth(int $code): mixed; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class Symbol extends AbstractStandard | ||
{ | ||
|
@@ -146,4 +146,4 @@ class Symbol extends AbstractStandard | |
0xf8fe => 0xbd, 0xf8ff => 0xbe | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class TimesBold extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class TimesBold extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
* @author Nick Sagona, III <[email protected]> | ||
* @copyright Copyright (c) 2009-2024 NOLA Interactive, LLC. (http://www.nolainteractive.com) | ||
* @license http://www.popphp.org/license New BSD License | ||
* @version 5.0.0 | ||
* @version 5.2.0 | ||
*/ | ||
class TimesBoldItalic extends AbstractStandard | ||
{ | ||
|
@@ -208,4 +208,4 @@ class TimesBoldItalic extends AbstractStandard | |
0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b | ||
]; | ||
|
||
} | ||
} |
Oops, something went wrong.