Skip to content

Releases: dompdf/php-font-lib

1.0.0

29 Apr 13:46
991d6a9
Compare
Choose a tag to compare

What's Changed

  • Change Composer project name to dompdf/php-font-lib in #133
  • Sets minimum PHP requirement to 7.1

Full Changelog: 0.5.6...1.0.0

Version 0.5.6

05 Feb 13:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.5...0.5.6

Version 0.5.5

08 Jan 13:14
Compare
Choose a tag to compare
  • 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

17 Dec 19:51
Compare
Choose a tag to compare
  • Improves compatibility with PHP 8.1
  • Addresses some array-handling issues

Version 0.5.2

12 Apr 12:58
ca6ad46
Compare
Choose a tag to compare

Fix a few errors in PHP 7.x

Version 0.5.1

13 Sep 16:16
Compare
Choose a tag to compare
  • Add support for format 12 cmap
  • Fix a few errors on specific font files

Version 0.5

11 Feb 11:07
Compare
Choose a tag to compare
  • Correct autoloader
  • Add tests
  • Fix "undefined offset" errors on some fonts
  • Improve performance
  • Fix errors on 32bit systems

Version 0.4

06 May 20:03
Compare
Choose a tag to compare

Changed class names to respect PSR-0
Removed www directory and fonts

Version 0.3.1

19 Mar 17:16
Compare
Choose a tag to compare

Fix a possible XSS

Version 0.3

02 Mar 15:45
Compare
Choose a tag to compare

In this release, nothing new except PSR-0 compliance