* Font::decodeContent() fixes to support Encoding dictionates without Type header.
* Pass $unicode by reference in Font::decodeContentByEncoding().
* Add encoding initialization.
* Font's initialized encoding in private property.
* Add "ext-iconv" to "require" in composer.json
* Delete unnecessary unicode string test for #95 test.
* Fix misprint.
* Add comments + small refactoring.
* Run dev-tools/vendor/bin/php-cs-fixer fix
Fixed all files in 0.018 seconds, 12.000 MB memory used
* Fixes by @k00ni suggestions.
* Add test (with pdf file) for issue in PR #500.
* Add pdf-file for test.
* Add comments to Font class methods.
* Apply suggestions from code review
Co-authored-by: Konrad Abicht <hi@inspirito.de>
* Delete trows in phpDoc for test.
* Fixes according to @k00ni suggestions.
- Add return types to tests methods.
- Fix todos in phpDocs.
* Apply suggestions from code review
Co-authored-by: Konrad Abicht <hi@inspirito.de>
* Update test file (which opens without error in Adobe Acrobat Reader).
* CS-fixer fix.
* Avoid throwing error when encoding isn't found (previous behavior)
Co-authored-by: Konrad Abicht <hi@inspirito.de>
Co-authored-by: Jeremy Benoist <jeremy.benoist@gmail.com>