php-font-lib

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

LGPL-2.1 License

Downloads
119.8M
Stars
1.7K
Committers
33

Bot releases are hidden (Show)

php-font-lib - Version 0.5.5 Latest Release

Published by bsweeney 9 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
php-font-lib - Version 0.5.4

Published by bsweeney almost 3 years ago

  • Improves compatibility with PHP 8.1
  • Addresses some array-handling issues
php-font-lib - Version 0.5.2

Published by PhenX over 4 years ago

Fix a few errors in PHP 7.x

php-font-lib - Version 0.5.1

Published by PhenX about 7 years ago

  • Add support for format 12 cmap
  • Fix a few errors on specific font files
php-font-lib - Version 0.5

Published by PhenX over 7 years ago

  • Correct autoloader
  • Add tests
  • Fix "undefined offset" errors on some fonts
  • Improve performance
  • Fix errors on 32bit systems
php-font-lib - Version 0.4

Published by PhenX over 9 years ago

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

php-font-lib - Version 0.3.1

Published by PhenX over 10 years ago

Fix a possible XSS

php-font-lib - Version 0.3

Published by PhenX over 10 years ago

In this release, nothing new except PSR-0 compliance

php-font-lib - Version 0.2.2

Published by PhenX over 10 years ago