Php Font Lib Versions Save

A library to read, parse, export and make subsets of different types of font files.

0.5.6

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dompdf/php-font-lib/compare/0.5.5...0.5.6

0.5.5

3 months ago
  • 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

0.5.4

2 years ago
  • Improves compatibility with PHP 8.1
  • Addresses some array-handling issues

0.5.2

4 years ago

Fix a few errors in PHP 7.x

0.5.1

6 years ago
  • Add support for format 12 cmap
  • Fix a few errors on specific font files

0.5

7 years ago
  • Correct autoloader
  • Add tests
  • Fix "undefined offset" errors on some fonts
  • Improve performance
  • Fix errors on 32bit systems

0.4

8 years ago

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

0.3.1

10 years ago

Fix a possible XSS

0.3

10 years ago

In this release, nothing new except PSR-0 compliance

0.2.2

10 years ago