Commit History

Author SHA1 Message Date
  mondrake 67e6b333b5 Add PHPUnit test badge 2 years ago
  mondrake 6a35bae0bc Extend CI testing to PHP 8.1 2 years ago
  Brian Sweeney fca80d0710 Replace strftime with date 2 years ago
  Michael Dyrynda 8e8fbc4c64 add paths and folders to be export-ignored to .gitattributes 2 years ago
  Brian Sweeney e33b58409f Fix "unkown" spelling 2 years ago
  peter279k 170f87c488 Add autoload-dev to load tests automatically 6 years ago
  mondrake ca5cf439c8 Drop TravisCI testing in favor of GitHub Actions, test up to PHP 8.0 (#94) 2 years ago
  Brian Sweeney b5737cfdc4 Set post table glyph name only when defined 3 years ago
  fredroo 457a840696 Update OutlineSimple.php 6 years ago
  Jáchym Toušek b01a8d76c2 Fix PHP 8.1 deprecation 2 years ago
  mondrake ca6ad461f0 TravisCI tests up to PHP 7.4 (#74) 4 years ago
  Fabien Ménager bedcf7157e Merge pull request #76 from LinkingYou/patch-1 4 years ago
  LinkingYou 31cad9151a Fixes a problem with php 7.4 4 years ago
  Fabien Ménager e7c227a0d2 Merge pull request #66 from mondrake/patch-1 6 years ago
  mondrake 9391a41edd PHPUnit 4.8.35 is the lowest version with FC layer. 6 years ago
  mondrake c316e65466 Update FontTest to use PHPUnit\Framework namespace. 6 years ago
  mondrake ad4ad2099a Update composer.json 6 years ago
  mondrake 49028ff29b PHPUnit 4.8 calls function each(), deprecated in PHP 7.2 6 years ago
  mondrake 969bd2125c Update .travis.yml 6 years ago
  mondrake 561878b821 Enable TravisCI testing on PHP 7.1, 7.2 and nightly 6 years ago
  Fabien Ménager 7601488201 Merge pull request #64 from chumanfu/master 6 years ago
  chumanfu 01bbab84fc Noticed issue in unit tests. Left behind some additional testing. 6 years ago
  chumanfu a77d882e30 Add support for format 12 cmap. Issue #40 6 years ago
  Fabien Ménager e7df1504bd Merge pull request #57 from mondrake/master 6 years ago
  Fabien Ménager dfaecf19f7 Merge pull request #62 from netshake/master 6 years ago
  Christian Ungur 04b2cf6d43 Prevents PHP from throwing a warning while autoloaders try to include non existing class files. 7 years ago
  mondrake baa391125c 'Undefined offset:' notices in loca and htmx classes 7 years ago
  Fabien Ménager 19ad2bebc3 Merge pull request #54 from winternet-studio/patch-1 7 years ago
  Fabien Ménager 010c3e0e22 Merge pull request #37 from BrunoDeBarros/patch-1 7 years ago
  winternet-studio e73b5c9c08 Added example 7 years ago
  Fabien Ménager f6d12570f2 Merge pull request #46 from BrunoDeBarros/patch-3 8 years ago
  Fabien Ménager 1e9e0538df Merge remote-tracking branch 'origin/master' 8 years ago
  Fabien Ménager 401ec47fbf Prevent recursion in font glyphs (Fixes #38) 8 years ago
  Bruno Moreira De Barros e8a3335ab7 Don't rely on PHP_INT_MIN if it isn't defined (PHP < 7). 8 years ago
  Bruno Moreira De Barros 3f2166f8ec Fixes a "strftime() expects parameter 2 to be integer, string given" PHP Warning. 8 years ago
  Fabien Ménager 3ec8b5d739 Merge pull request #43 from BrunoDeBarros/patch-2 8 years ago
  Fabien Ménager 4fec9087a5 Merge pull request #44 from barryvdh/patch-1 8 years ago
  Fabien Ménager 482ab8b0ca Merge pull request #36 from efbiaiinzinz/master 8 years ago
  Barry vd. Heuvel 8cc4a407db Add PHP 5.6, 7.0 and HHVM to travis config 8 years ago
  Bruno De Barros b441fea819 Fixes "strftime() expects parameter 2 to be integer, float given" PHP Warning. 8 years ago
  Bruno De Barros 85cb7e398f Fixes an "Undefined offset: 1" PHP Notice. 8 years ago
  Fabien Ménager f4e096e6fe Merge pull request #35 from efbiaiinzinz/master 8 years ago
  Indrek Altpere 84f1b65071 Instead of calling $table->getFont() twice for each outline, pass it along to init and parse functions, reduces overall parsing time by another 20% for FreeSerif 8 years ago
  Indrek Altpere e07cd25762 Inline the readInt16, according to cachegrind output this reduces the overall cost of this function by ~30% 8 years ago
  Indrek Altpere 448b15239d Use the multi-read helper 8 years ago
  Indrek Altpere a5c4d40e6e Use the read-many helper, handle uint16 => int16 conversion inline because there is no other way to optimize this 8 years ago
  Indrek Altpere 9e032d9974 Use the read-many helpers directly to avoid overhead 8 years ago
  Indrek Altpere 18de7b37a4 Use the multi-read helper to read all the hmtx values in one go 8 years ago
  Fabien Ménager 8c5640b285 Merge pull request #34 from efbiaiinzinz/master 8 years ago
  Indrek Altpere bccb423536 Use the new helpers in the BinaryStream itself 8 years ago