Releases: dompdf/php-font-lib
Releases · dompdf/php-font-lib
1.0.0
Version 0.5.6
What's Changed
- Fix path to maps in AdobeFontMetrics.php by @danielscsc in #136
- Check for existence of glyf table before use by @bsweeney in #138
New Contributors
- @danielscsc made their first contribution in #136
Full Changelog: 0.5.5...0.5.6
Version 0.5.5
- re-calculates font data that changes during font re-encoding
- improves reads/writes for fixed-size (zero-padded) values
- adds support for parsing cmap subtable format 2
- improves cmap table error handling
- improves handling of non-Unicode encoded data in cmap and name tables
- generates a Unicode map where possible for non-Unicode encoded cmap tables (required for font re-encoding)
- fixes composite glyph handling by including previously missing component instructions
- fixes issue parsing horizontal metrics table (hmtx) short-hand
- improves font metrics (AFM/UFM) calculations
Version 0.5.4
- Improves compatibility with PHP 8.1
- Addresses some array-handling issues
Version 0.5.2
Fix a few errors in PHP 7.x
Version 0.5.1
- Add support for format 12 cmap
- Fix a few errors on specific font files
Version 0.5
- Correct autoloader
- Add tests
- Fix "undefined offset" errors on some fonts
- Improve performance
- Fix errors on 32bit systems
Version 0.4
Changed class names to respect PSR-0
Removed www directory and fonts
Version 0.3.1
Fix a possible XSS
Version 0.3
In this release, nothing new except PSR-0 compliance