diff --git a/src/Build/AbstractCompiler.php b/src/Build/AbstractCompiler.php index 63918f1..2f6ee0b 100644 --- a/src/Build/AbstractCompiler.php +++ b/src/Build/AbstractCompiler.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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; -} \ No newline at end of file +} diff --git a/src/Build/AbstractParser.php b/src/Build/AbstractParser.php index e71f90c..548b794 100644 --- a/src/Build/AbstractParser.php +++ b/src/Build/AbstractParser.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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; -} \ No newline at end of file +} diff --git a/src/Build/Compiler.php b/src/Build/Compiler.php index f7a927c..cd11661 100644 --- a/src/Build/Compiler.php +++ b/src/Build/Compiler.php @@ -24,7 +24,7 @@ * @author Nick Sagona, III * @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 { diff --git a/src/Build/CompilerInterface.php b/src/Build/CompilerInterface.php index ed1fdac..d141acb 100644 --- a/src/Build/CompilerInterface.php +++ b/src/Build/CompilerInterface.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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; -} \ No newline at end of file +} diff --git a/src/Build/Exception.php b/src/Build/Exception.php index 038cf3e..4268343 100644 --- a/src/Build/Exception.php +++ b/src/Build/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Font/AbstractFont.php b/src/Build/Font/AbstractFont.php index d9081bf..972acee 100644 --- a/src/Build/Font/AbstractFont.php +++ b/src/Build/Font/AbstractFont.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 { diff --git a/src/Build/Font/Exception.php b/src/Build/Font/Exception.php index 03204a9..eea9977 100644 --- a/src/Build/Font/Exception.php +++ b/src/Build/Font/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Font/Parser.php b/src/Build/Font/Parser.php index 99d383a..713b3c3 100644 --- a/src/Build/Font/Parser.php +++ b/src/Build/Font/Parser.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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; } -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/AbstractStandard.php b/src/Build/Font/Standard/AbstractStandard.php index bb2f60f..f118ff1 100644 --- a/src/Build/Font/Standard/AbstractStandard.php +++ b/src/Build/Font/Standard/AbstractStandard.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 } } -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/Arial.php b/src/Build/Font/Standard/Arial.php index c57d8b4..8ca1e76 100644 --- a/src/Build/Font/Standard/Arial.php +++ b/src/Build/Font/Standard/Arial.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/ArialBold.php b/src/Build/Font/Standard/ArialBold.php index 269db01..a10497d 100644 --- a/src/Build/Font/Standard/ArialBold.php +++ b/src/Build/Font/Standard/ArialBold.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/ArialBoldItalic.php b/src/Build/Font/Standard/ArialBoldItalic.php index 049378e..bf6121d 100644 --- a/src/Build/Font/Standard/ArialBoldItalic.php +++ b/src/Build/Font/Standard/ArialBoldItalic.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/ArialItalic.php b/src/Build/Font/Standard/ArialItalic.php index 3c44ee4..4eb6ff2 100644 --- a/src/Build/Font/Standard/ArialItalic.php +++ b/src/Build/Font/Standard/ArialItalic.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/Courier.php b/src/Build/Font/Standard/Courier.php index 79c8773..85ca3b0 100644 --- a/src/Build/Font/Standard/Courier.php +++ b/src/Build/Font/Standard/Courier.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/CourierBold.php b/src/Build/Font/Standard/CourierBold.php index 8c54d87..c119bb2 100644 --- a/src/Build/Font/Standard/CourierBold.php +++ b/src/Build/Font/Standard/CourierBold.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/CourierBoldOblique.php b/src/Build/Font/Standard/CourierBoldOblique.php index 234a8e3..e302884 100644 --- a/src/Build/Font/Standard/CourierBoldOblique.php +++ b/src/Build/Font/Standard/CourierBoldOblique.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/CourierOblique.php b/src/Build/Font/Standard/CourierOblique.php index 45276da..06eee7a 100644 --- a/src/Build/Font/Standard/CourierOblique.php +++ b/src/Build/Font/Standard/CourierOblique.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/Exception.php b/src/Build/Font/Standard/Exception.php index 5f486e6..6a05064 100644 --- a/src/Build/Font/Standard/Exception.php +++ b/src/Build/Font/Standard/Exception.php @@ -21,9 +21,9 @@ * @author Nick Sagona, III * @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 { -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/Helvetica.php b/src/Build/Font/Standard/Helvetica.php index c2f695c..7e39b43 100644 --- a/src/Build/Font/Standard/Helvetica.php +++ b/src/Build/Font/Standard/Helvetica.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/HelveticaBold.php b/src/Build/Font/Standard/HelveticaBold.php index 592c597..0dc7d8e 100644 --- a/src/Build/Font/Standard/HelveticaBold.php +++ b/src/Build/Font/Standard/HelveticaBold.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/HelveticaBoldOblique.php b/src/Build/Font/Standard/HelveticaBoldOblique.php index ea5112d..0095fdb 100644 --- a/src/Build/Font/Standard/HelveticaBoldOblique.php +++ b/src/Build/Font/Standard/HelveticaBoldOblique.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/HelveticaOblique.php b/src/Build/Font/Standard/HelveticaOblique.php index 04caa0f..9ae6d80 100644 --- a/src/Build/Font/Standard/HelveticaOblique.php +++ b/src/Build/Font/Standard/HelveticaOblique.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/StandardInterface.php b/src/Build/Font/Standard/StandardInterface.php index 5bed7a0..3e4b98a 100644 --- a/src/Build/Font/Standard/StandardInterface.php +++ b/src/Build/Font/Standard/StandardInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/Symbol.php b/src/Build/Font/Standard/Symbol.php index 0347f9e..eb53450 100644 --- a/src/Build/Font/Standard/Symbol.php +++ b/src/Build/Font/Standard/Symbol.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesBold.php b/src/Build/Font/Standard/TimesBold.php index 8fed50c..44529a6 100644 --- a/src/Build/Font/Standard/TimesBold.php +++ b/src/Build/Font/Standard/TimesBold.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesBoldItalic.php b/src/Build/Font/Standard/TimesBoldItalic.php index 76a6427..3800187 100644 --- a/src/Build/Font/Standard/TimesBoldItalic.php +++ b/src/Build/Font/Standard/TimesBoldItalic.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesItalic.php b/src/Build/Font/Standard/TimesItalic.php index 5d0c83e..d3cd98e 100644 --- a/src/Build/Font/Standard/TimesItalic.php +++ b/src/Build/Font/Standard/TimesItalic.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 TimesItalic extends AbstractStandard { @@ -208,4 +208,4 @@ class TimesItalic extends AbstractStandard 0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesNewRoman.php b/src/Build/Font/Standard/TimesNewRoman.php index ee75265..23b19ea 100644 --- a/src/Build/Font/Standard/TimesNewRoman.php +++ b/src/Build/Font/Standard/TimesNewRoman.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 TimesNewRoman extends AbstractStandard { @@ -208,4 +208,4 @@ class TimesNewRoman extends AbstractStandard 0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesNewRomanBold.php b/src/Build/Font/Standard/TimesNewRomanBold.php index 5b840e7..c90d10f 100644 --- a/src/Build/Font/Standard/TimesNewRomanBold.php +++ b/src/Build/Font/Standard/TimesNewRomanBold.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 TimesNewRomanBold extends AbstractStandard { @@ -208,4 +208,4 @@ class TimesNewRomanBold extends AbstractStandard 0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesNewRomanBoldItalic.php b/src/Build/Font/Standard/TimesNewRomanBoldItalic.php index cff2d4f..a49ae94 100644 --- a/src/Build/Font/Standard/TimesNewRomanBoldItalic.php +++ b/src/Build/Font/Standard/TimesNewRomanBoldItalic.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 TimesNewRomanBoldItalic extends AbstractStandard { @@ -208,4 +208,4 @@ class TimesNewRomanBoldItalic extends AbstractStandard 0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesNewRomanItalic.php b/src/Build/Font/Standard/TimesNewRomanItalic.php index 058f3f9..4ac0638 100644 --- a/src/Build/Font/Standard/TimesNewRomanItalic.php +++ b/src/Build/Font/Standard/TimesNewRomanItalic.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 TimesNewRomanItalic extends AbstractStandard { @@ -208,4 +208,4 @@ class TimesNewRomanItalic extends AbstractStandard 0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/TimesRoman.php b/src/Build/Font/Standard/TimesRoman.php index e44bd40..ec0063d 100644 --- a/src/Build/Font/Standard/TimesRoman.php +++ b/src/Build/Font/Standard/TimesRoman.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 TimesRoman extends AbstractStandard { @@ -208,4 +208,4 @@ class TimesRoman extends AbstractStandard 0xb9 => 0x0139, 0x012b => 0x013a, 0x20ac => 0x013b ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/Standard/ZapfDingbats.php b/src/Build/Font/Standard/ZapfDingbats.php index 94fddad..70d1188 100644 --- a/src/Build/Font/Standard/ZapfDingbats.php +++ b/src/Build/Font/Standard/ZapfDingbats.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ZapfDingbats extends AbstractStandard { @@ -152,4 +152,4 @@ class ZapfDingbats extends AbstractStandard 0x27bd => 0xc9, 0x27be => 0xca ]; -} \ No newline at end of file +} diff --git a/src/Build/Font/TrueType.php b/src/Build/Font/TrueType.php index 88e8a49..b80e48b 100644 --- a/src/Build/Font/TrueType.php +++ b/src/Build/Font/TrueType.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 TrueType extends AbstractFont { diff --git a/src/Build/Font/TrueType/Exception.php b/src/Build/Font/TrueType/Exception.php index 52688f2..f3cfaba 100644 --- a/src/Build/Font/TrueType/Exception.php +++ b/src/Build/Font/TrueType/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Font/TrueType/OpenType.php b/src/Build/Font/TrueType/OpenType.php index fc943f7..eacbc53 100644 --- a/src/Build/Font/TrueType/OpenType.php +++ b/src/Build/Font/TrueType/OpenType.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 OpenType extends \Pop\Pdf\Build\Font\TrueType { diff --git a/src/Build/Font/TrueType/Table/AbstractTable.php b/src/Build/Font/TrueType/Table/AbstractTable.php index c4ae613..e644d83 100644 --- a/src/Build/Font/TrueType/Table/AbstractTable.php +++ b/src/Build/Font/TrueType/Table/AbstractTable.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 AbstractTable implements \ArrayAccess, TableInterface { diff --git a/src/Build/Font/TrueType/Table/Cmap.php b/src/Build/Font/TrueType/Table/Cmap.php index 32177c9..6da0790 100644 --- a/src/Build/Font/TrueType/Table/Cmap.php +++ b/src/Build/Font/TrueType/Table/Cmap.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Cmap extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Cmap/ByteEncoding.php b/src/Build/Font/TrueType/Table/Cmap/ByteEncoding.php index a1878d1..dbc6428 100644 --- a/src/Build/Font/TrueType/Table/Cmap/ByteEncoding.php +++ b/src/Build/Font/TrueType/Table/Cmap/ByteEncoding.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 ByteEncoding { @@ -51,4 +51,4 @@ public static function parseData(string $data): array return $ary; } -} \ No newline at end of file +} diff --git a/src/Build/Font/TrueType/Table/Cmap/Exception.php b/src/Build/Font/TrueType/Table/Cmap/Exception.php index 937d703..4d14a61 100644 --- a/src/Build/Font/TrueType/Table/Cmap/Exception.php +++ b/src/Build/Font/TrueType/Table/Cmap/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Font/TrueType/Table/Cmap/SegmentToDelta.php b/src/Build/Font/TrueType/Table/Cmap/SegmentToDelta.php index 8c9a026..bc914e0 100644 --- a/src/Build/Font/TrueType/Table/Cmap/SegmentToDelta.php +++ b/src/Build/Font/TrueType/Table/Cmap/SegmentToDelta.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 SegmentToDelta { @@ -146,4 +146,4 @@ public static function shiftToSigned(int|array $values): int|array return $values; } -} \ No newline at end of file +} diff --git a/src/Build/Font/TrueType/Table/Cmap/TrimmedTable.php b/src/Build/Font/TrueType/Table/Cmap/TrimmedTable.php index 73146cf..a64adb4 100644 --- a/src/Build/Font/TrueType/Table/Cmap/TrimmedTable.php +++ b/src/Build/Font/TrueType/Table/Cmap/TrimmedTable.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 TrimmedTable { @@ -51,4 +51,4 @@ public static function parseData(string $data): array return $ary; } -} \ No newline at end of file +} diff --git a/src/Build/Font/TrueType/Table/Exception.php b/src/Build/Font/TrueType/Table/Exception.php index ee70377..7f77cfd 100644 --- a/src/Build/Font/TrueType/Table/Exception.php +++ b/src/Build/Font/TrueType/Table/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Font/TrueType/Table/Glyf.php b/src/Build/Font/TrueType/Table/Glyf.php index a5cc7b8..b455775 100644 --- a/src/Build/Font/TrueType/Table/Glyf.php +++ b/src/Build/Font/TrueType/Table/Glyf.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Glyf extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Head.php b/src/Build/Font/TrueType/Table/Head.php index 14a87eb..15e1103 100644 --- a/src/Build/Font/TrueType/Table/Head.php +++ b/src/Build/Font/TrueType/Table/Head.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Head extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Hhea.php b/src/Build/Font/TrueType/Table/Hhea.php index 809b8d4..a27cae2 100644 --- a/src/Build/Font/TrueType/Table/Hhea.php +++ b/src/Build/Font/TrueType/Table/Hhea.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Hhea extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Hmtx.php b/src/Build/Font/TrueType/Table/Hmtx.php index 43d5235..71bb557 100644 --- a/src/Build/Font/TrueType/Table/Hmtx.php +++ b/src/Build/Font/TrueType/Table/Hmtx.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Hmtx extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Loca.php b/src/Build/Font/TrueType/Table/Loca.php index f453b9e..0b5c944 100644 --- a/src/Build/Font/TrueType/Table/Loca.php +++ b/src/Build/Font/TrueType/Table/Loca.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Loca extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Maxp.php b/src/Build/Font/TrueType/Table/Maxp.php index 8a5b279..d39adc5 100644 --- a/src/Build/Font/TrueType/Table/Maxp.php +++ b/src/Build/Font/TrueType/Table/Maxp.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Maxp extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Name.php b/src/Build/Font/TrueType/Table/Name.php index f072426..e022cbb 100644 --- a/src/Build/Font/TrueType/Table/Name.php +++ b/src/Build/Font/TrueType/Table/Name.php @@ -24,7 +24,7 @@ * @author Nick Sagona, III * @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 Name extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Os2.php b/src/Build/Font/TrueType/Table/Os2.php index d7d32a2..f30f36c 100644 --- a/src/Build/Font/TrueType/Table/Os2.php +++ b/src/Build/Font/TrueType/Table/Os2.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Os2 extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/Post.php b/src/Build/Font/TrueType/Table/Post.php index 03e8bbd..4bdc2e2 100644 --- a/src/Build/Font/TrueType/Table/Post.php +++ b/src/Build/Font/TrueType/Table/Post.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Post extends AbstractTable { diff --git a/src/Build/Font/TrueType/Table/TableInterface.php b/src/Build/Font/TrueType/Table/TableInterface.php index f59c412..dbc5e1f 100644 --- a/src/Build/Font/TrueType/Table/TableInterface.php +++ b/src/Build/Font/TrueType/Table/TableInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 TableInterface { diff --git a/src/Build/Font/Type1.php b/src/Build/Font/Type1.php index b2585f8..7187410 100644 --- a/src/Build/Font/Type1.php +++ b/src/Build/Font/Type1.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 Type1 extends AbstractFont { diff --git a/src/Build/Html/Exception.php b/src/Build/Html/Exception.php index 5a22cbc..d7841a5 100644 --- a/src/Build/Html/Exception.php +++ b/src/Build/Html/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Html/Parser.php b/src/Build/Html/Parser.php index 32ac605..d232107 100644 --- a/src/Build/Html/Parser.php +++ b/src/Build/Html/Parser.php @@ -26,7 +26,7 @@ * @author Nick Sagona, III * @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 { @@ -1430,4 +1430,4 @@ protected function getStringLines(string $string, int $fontSize, int $wrapLength return $strings; } -} \ No newline at end of file +} diff --git a/src/Build/Image/Exception.php b/src/Build/Image/Exception.php index c0a2f3b..984972e 100644 --- a/src/Build/Image/Exception.php +++ b/src/Build/Image/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/Image/Parser.php b/src/Build/Image/Parser.php index 6896d87..e1f18e7 100644 --- a/src/Build/Image/Parser.php +++ b/src/Build/Image/Parser.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 { @@ -769,4 +769,4 @@ protected function readInt(string $data): int return $ary['length']; } -} \ No newline at end of file +} diff --git a/src/Build/Parser.php b/src/Build/Parser.php index 681294c..8bb06e3 100644 --- a/src/Build/Parser.php +++ b/src/Build/Parser.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 extends AbstractParser { @@ -388,4 +388,4 @@ protected function getObjects(): array return $objects; } -} \ No newline at end of file +} diff --git a/src/Build/ParserInterface.php b/src/Build/ParserInterface.php index 1fec65f..8d86f06 100644 --- a/src/Build/ParserInterface.php +++ b/src/Build/ParserInterface.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 ParserInterface { @@ -50,4 +50,4 @@ public function getData(): string; */ public function parse(mixed $pages = null): AbstractDocument; -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/AbstractObject.php b/src/Build/PdfObject/AbstractObject.php index 87ed084..42bb69d 100644 --- a/src/Build/PdfObject/AbstractObject.php +++ b/src/Build/PdfObject/AbstractObject.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 AbstractObject implements ObjectInterface { @@ -141,4 +141,4 @@ public function getDictionaryReferences(string $dictionary): array */ abstract public function __toString(): string; -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/Exception.php b/src/Build/PdfObject/Exception.php index f8f8b3f..4679d28 100644 --- a/src/Build/PdfObject/Exception.php +++ b/src/Build/PdfObject/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Build/PdfObject/InfoObject.php b/src/Build/PdfObject/InfoObject.php index 6e60139..f5c6f50 100644 --- a/src/Build/PdfObject/InfoObject.php +++ b/src/Build/PdfObject/InfoObject.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 InfoObject extends AbstractObject { @@ -216,4 +216,4 @@ public function __toString(): string ); } -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/ObjectInterface.php b/src/Build/PdfObject/ObjectInterface.php index 7b386d5..253a390 100644 --- a/src/Build/PdfObject/ObjectInterface.php +++ b/src/Build/PdfObject/ObjectInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 ObjectInterface { @@ -63,4 +63,4 @@ public function getData(): ?string; */ public function __toString(): string; -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/PageObject.php b/src/Build/PdfObject/PageObject.php index f8e91f0..509931a 100644 --- a/src/Build/PdfObject/PageObject.php +++ b/src/Build/PdfObject/PageObject.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 PageObject extends AbstractObject { @@ -552,4 +552,4 @@ public function __toString(): string return $obj; } -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/ParentObject.php b/src/Build/PdfObject/ParentObject.php index 718cff7..7c8d056 100644 --- a/src/Build/PdfObject/ParentObject.php +++ b/src/Build/PdfObject/ParentObject.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 ParentObject extends AbstractObject { @@ -164,4 +164,4 @@ public function __toString(): string [$this->index, count($this->kids), implode(" 0 R ", $this->kids) . " 0 R"], $this->data); } -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/RootObject.php b/src/Build/PdfObject/RootObject.php index 0b3ad8b..4d15f49 100644 --- a/src/Build/PdfObject/RootObject.php +++ b/src/Build/PdfObject/RootObject.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 RootObject extends AbstractObject { @@ -158,4 +158,4 @@ public function __toString(): string str_replace(['[{root_index}]', '[{parent_index}]', '[{form_index}]'], [$this->index, $this->parent, ''], $this->data); } -} \ No newline at end of file +} diff --git a/src/Build/PdfObject/StreamObject.php b/src/Build/PdfObject/StreamObject.php index 2bb6c5e..a29a106 100644 --- a/src/Build/PdfObject/StreamObject.php +++ b/src/Build/PdfObject/StreamObject.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 StreamObject extends AbstractObject { @@ -332,4 +332,4 @@ public function __toString(): string return $data; } -} \ No newline at end of file +} diff --git a/src/Document.php b/src/Document.php index 29213c5..cf24d19 100644 --- a/src/Document.php +++ b/src/Document.php @@ -28,7 +28,7 @@ * @author Nick Sagona, III * @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 Document extends AbstractDocument { diff --git a/src/Document/AbstractDocument.php b/src/Document/AbstractDocument.php index a912b80..6869564 100644 --- a/src/Document/AbstractDocument.php +++ b/src/Document/AbstractDocument.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 AbstractDocument implements DocumentInterface { diff --git a/src/Document/AbstractPage.php b/src/Document/AbstractPage.php index 47d1b95..2bb776f 100644 --- a/src/Document/AbstractPage.php +++ b/src/Document/AbstractPage.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 AbstractPage implements PageInterface { diff --git a/src/Document/DocumentInterface.php b/src/Document/DocumentInterface.php index 7e3f710..fa7d348 100644 --- a/src/Document/DocumentInterface.php +++ b/src/Document/DocumentInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 DocumentInterface { diff --git a/src/Document/Exception.php b/src/Document/Exception.php index 4676b7f..683a83a 100644 --- a/src/Document/Exception.php +++ b/src/Document/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Document/Font.php b/src/Document/Font.php index d8b20ed..97329da 100644 --- a/src/Document/Font.php +++ b/src/Document/Font.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Font { @@ -257,4 +257,4 @@ public function parser(): ?Parser return $this->parser; } -} \ No newline at end of file +} diff --git a/src/Document/Form.php b/src/Document/Form.php index 4a05ecb..9a6b8cf 100644 --- a/src/Document/Form.php +++ b/src/Document/Form.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Form { @@ -126,4 +126,4 @@ public function getStream(int $i): string return $stream; } -} \ No newline at end of file +} diff --git a/src/Document/Metadata.php b/src/Document/Metadata.php index d41b7cb..19f4f80 100644 --- a/src/Document/Metadata.php +++ b/src/Document/Metadata.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Metadata { @@ -222,4 +222,4 @@ public function getModDate(): ?string return $this->modDate; } -} \ No newline at end of file +} diff --git a/src/Document/Page.php b/src/Document/Page.php index 5edac58..d961e42 100644 --- a/src/Document/Page.php +++ b/src/Document/Page.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Page extends AbstractPage { diff --git a/src/Document/Page/Annotation/AbstractAnnotation.php b/src/Document/Page/Annotation/AbstractAnnotation.php index 5a17c54..afe579a 100644 --- a/src/Document/Page/Annotation/AbstractAnnotation.php +++ b/src/Document/Page/Annotation/AbstractAnnotation.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 AbstractAnnotation implements AnnotationInterface { @@ -236,4 +236,4 @@ public function getDashGap(): int return $this->dashGap; } -} \ No newline at end of file +} diff --git a/src/Document/Page/Annotation/AnnotationInterface.php b/src/Document/Page/Annotation/AnnotationInterface.php index edbc465..c9983e5 100644 --- a/src/Document/Page/Annotation/AnnotationInterface.php +++ b/src/Document/Page/Annotation/AnnotationInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 AnnotationInterface { @@ -131,4 +131,4 @@ public function getDashLength(): int; */ public function getDashGap(): int; -} \ No newline at end of file +} diff --git a/src/Document/Page/Annotation/Exception.php b/src/Document/Page/Annotation/Exception.php index afa4b1c..9c64239 100644 --- a/src/Document/Page/Annotation/Exception.php +++ b/src/Document/Page/Annotation/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Document/Page/Annotation/Link.php b/src/Document/Page/Annotation/Link.php index 12c8f77..511531d 100644 --- a/src/Document/Page/Annotation/Link.php +++ b/src/Document/Page/Annotation/Link.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Link extends AbstractAnnotation { @@ -183,4 +183,4 @@ public function getStream(int $i, int $x, int $y, int $pageIndex, array $kids): " 0 R /XYZ {$this->xTarget} {$this->yTarget} {$this->zTarget}]\n>>\nendobj\n\n"; } -} \ No newline at end of file +} diff --git a/src/Document/Page/Annotation/Url.php b/src/Document/Page/Annotation/Url.php index a5f8fbc..6d65314 100644 --- a/src/Document/Page/Annotation/Url.php +++ b/src/Document/Page/Annotation/Url.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Url extends AbstractAnnotation { @@ -91,4 +91,4 @@ public function getStream(int $i, int $x, int $y): string $this->url . ")>>\n>>\nendobj\n\n"; } -} \ No newline at end of file +} diff --git a/src/Document/Page/Exception.php b/src/Document/Page/Exception.php index 7cc7bc0..1eabef1 100644 --- a/src/Document/Page/Exception.php +++ b/src/Document/Page/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Document/Page/Field/AbstractField.php b/src/Document/Page/Field/AbstractField.php index 4623468..f7dbfa2 100755 --- a/src/Document/Page/Field/AbstractField.php +++ b/src/Document/Page/Field/AbstractField.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 AbstractField implements FieldInterface { diff --git a/src/Document/Page/Field/Button.php b/src/Document/Page/Field/Button.php index 40caa92..8d8b2a4 100755 --- a/src/Document/Page/Field/Button.php +++ b/src/Document/Page/Field/Button.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 Button extends AbstractField { diff --git a/src/Document/Page/Field/Choice.php b/src/Document/Page/Field/Choice.php index 0a20f1a..cb62047 100755 --- a/src/Document/Page/Field/Choice.php +++ b/src/Document/Page/Field/Choice.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 Choice extends AbstractField { diff --git a/src/Document/Page/Field/Exception.php b/src/Document/Page/Field/Exception.php index afb01eb..76c1687 100644 --- a/src/Document/Page/Field/Exception.php +++ b/src/Document/Page/Field/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Document/Page/Field/FieldInterface.php b/src/Document/Page/Field/FieldInterface.php index 5baf1aa..651d5bd 100644 --- a/src/Document/Page/Field/FieldInterface.php +++ b/src/Document/Page/Field/FieldInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 FieldInterface { @@ -41,4 +41,4 @@ public function setName(string $name): FieldInterface; */ public function getName(): ?string; -} \ No newline at end of file +} diff --git a/src/Document/Page/Field/Text.php b/src/Document/Page/Field/Text.php index 45b4ee0..33c5ab9 100755 --- a/src/Document/Page/Field/Text.php +++ b/src/Document/Page/Field/Text.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 Text extends AbstractField { diff --git a/src/Document/Page/Image.php b/src/Document/Page/Image.php index 73caef2..ce21d1d 100644 --- a/src/Document/Page/Image.php +++ b/src/Document/Page/Image.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Image { @@ -319,4 +319,4 @@ public function isPreserveResolution(): bool return $this->preserveResolution; } -} \ No newline at end of file +} diff --git a/src/Document/Page/Path.php b/src/Document/Page/Path.php index df8475b..34da62f 100644 --- a/src/Document/Page/Path.php +++ b/src/Document/Page/Path.php @@ -24,7 +24,7 @@ * @author Nick Sagona, III * @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 Path { @@ -803,4 +803,4 @@ protected function calculateArc(int $x, int $y, array $degrees, int $w, ?int $h } } -} \ No newline at end of file +} diff --git a/src/Document/Page/Text.php b/src/Document/Page/Text.php index f7a38a9..4d04e67 100644 --- a/src/Document/Page/Text.php +++ b/src/Document/Page/Text.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Text { diff --git a/src/Document/Page/Text/AbstractAlignment.php b/src/Document/Page/Text/AbstractAlignment.php index 97683a0..5f218ea 100644 --- a/src/Document/Page/Text/AbstractAlignment.php +++ b/src/Document/Page/Text/AbstractAlignment.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 AbstractAlignment implements AlignmentInterface { @@ -212,4 +212,4 @@ public function isRight(): bool return ($this->alignment == self::RIGHT); } -} \ No newline at end of file +} diff --git a/src/Document/Page/Text/Alignment.php b/src/Document/Page/Text/Alignment.php index 90e193f..d2bec4d 100644 --- a/src/Document/Page/Text/Alignment.php +++ b/src/Document/Page/Text/Alignment.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Alignment extends AbstractAlignment { @@ -146,4 +146,4 @@ public function isCenter(): bool return ($this->alignment == self::CENTER); } -} \ No newline at end of file +} diff --git a/src/Document/Page/Text/AlignmentInterface.php b/src/Document/Page/Text/AlignmentInterface.php index 1442b00..5f7c544 100644 --- a/src/Document/Page/Text/AlignmentInterface.php +++ b/src/Document/Page/Text/AlignmentInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 AlignmentInterface { @@ -121,4 +121,4 @@ public function isLeft(): bool; */ public function isRight(): bool; -} \ No newline at end of file +} diff --git a/src/Document/Page/Text/Exception.php b/src/Document/Page/Text/Exception.php index 3888bc5..250993e 100644 --- a/src/Document/Page/Text/Exception.php +++ b/src/Document/Page/Text/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Document/Page/Text/Stream.php b/src/Document/Page/Text/Stream.php index 8e0ef39..ca292e0 100644 --- a/src/Document/Page/Text/Stream.php +++ b/src/Document/Page/Text/Stream.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 Stream { diff --git a/src/Document/Page/Text/Wrap.php b/src/Document/Page/Text/Wrap.php index bbffadd..f5b162d 100644 --- a/src/Document/Page/Text/Wrap.php +++ b/src/Document/Page/Text/Wrap.php @@ -25,7 +25,7 @@ * @author Nick Sagona, III * @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 Wrap extends AbstractAlignment { @@ -220,4 +220,4 @@ public function getStrings(Page\Text $text, Font $font, int $startY): array return $strings; } -} \ No newline at end of file +} diff --git a/src/Document/PageInterface.php b/src/Document/PageInterface.php index 8d4fcd1..3f9eca7 100644 --- a/src/Document/PageInterface.php +++ b/src/Document/PageInterface.php @@ -23,7 +23,7 @@ * @author Nick Sagona, III * @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 PageInterface { diff --git a/src/Document/Style.php b/src/Document/Style.php index 775ac48..eee3dbc 100644 --- a/src/Document/Style.php +++ b/src/Document/Style.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @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 Style { diff --git a/src/Exception.php b/src/Exception.php index ce6cfc5..c71664c 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @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 {} \ No newline at end of file +class Exception extends \Exception {} diff --git a/src/Pdf.php b/src/Pdf.php index ba80e7b..f37ece8 100644 --- a/src/Pdf.php +++ b/src/Pdf.php @@ -24,7 +24,7 @@ * @author Nick Sagona, III * @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 Pdf {