aboutsummaryrefslogtreecommitdiff
path: root/cpp/src/sfntly/font.cc
AgeCommit message (Expand)Author
2016-10-25Fix breakage from commit 083b02b1.Lei Zhang
2016-10-19Fix NULL pointer derefs in sfntly::Font::Builder.Lei Zhang
2016-09-01Add a size limit for font tables.Lei Zhang
2011-12-09Patch from Nico Weber: remove static initializers.arthurhsu
2011-11-15Update to Java initial release (except bitmap tables)arthurhsu
2011-10-11Update to Sep 30 snapshot, include all current EBXX support.arthurhsu
2011-09-08Advance C++ port to Sep 1 11 snapshotarthurhsu
2011-09-01Advance C++ port to Aug 11 Java snapshotarthurhsu
2011-08-29Modified NewTableBuilder so it would no longer require CALLER_ATTACH.dfilimon
2011-08-23Reorg folder structure to aligned with latest Java version.arthurhsu
2011-08-17Bug fix: when table is located at the end of file, original code will determi...arthurhsu
2011-08-10Fortify font build against error cases.arthurhsu
2011-08-01Original change by dfilimonarthurhsu
2011-08-01Fix possible NULL pointer dereferencing.arthurhsu
2011-08-01Readability clean up. The code conforms to Google C++ Coding Style.arthurhsu
2011-07-26Removing changes from revision 26arthurhsu
2011-07-26Fixed a memory leak in font.cc:520 caused by not attaching to a pointerdfilimon
2011-07-13Add more unit tests and fix I/O bugs.arthurhsu
2011-07-08Update static const ints to enums so that these enums can be used inarthurhsu
2011-06-27Added a preprocessor flag SFNTLY_NO_EXCEPTION to disable exception handling. ...arthurhsu
2011-06-23Initial releasearthurhsu