aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-27Add DoNotDropColorBitmapTables() API.bashi@chromium.org
2014-04-30[OTS] update woff2 implementationbashi@chromium.org
2014-03-28Remove unused kShortFlagsContinue.ksakamoto@chromium.org
2014-03-28Implementation of the woff2 format changes proposed by the W3C working group.ksakamoto@chromium.org
2014-01-20[OTS] Add support for the MATH table. ksakamoto@chromium.org
2014-01-15Fix offset verification in GDEF and GSUB header parsing.ksakamoto@chromium.org
2013-12-13[OTS] Switch WOFF 2.0 decompression algorithm to Brotliksakamoto@chromium.org
2013-11-20[OTS] build failure on android_aospksakamoto@chromium.org
2013-11-19Allowing post area names to be >32767. ksakamoto@chromium.org
2013-11-01[OTS] build failure on QNXksakamoto@chromium.org
2013-10-24[OTS] Fix "continue-stream" handling in the woff2 decoderksakamoto@chromium.org
2013-09-26[OTS] Remove unused constantsksakamoto@chromium.org
2013-06-07[OTS] Fix assertion failure on Windows debug buildksakamoto@chromium.org
2013-05-08[OTS] Fix WOFF2 decode errorksakamoto@chromium.org
2013-05-08[OTS] Integrate WOFF 2.0 algorithm into OTSksakamoto@chromium.org
2013-04-03[OTS] Make standalone tools compile on Macksakamoto@chromium.org
2012-09-04cmap ParseFormat4() should check the first segmentbashi@chromium.org
2012-06-26Ignore layout ranges that overlap by a single element.agl@chromium.org
2012-06-05[OTS] Strictly check table padding for WOFF filesbashi@chromium.org
2012-05-15Removed TAG() macro and revived Tag() function for big endian platform.bashi@chromium.org
2012-04-25[OTS] TAG() macro for big endianbashi@chromium.org
2012-04-03[OTS] Fails to Reject CID Fonts When Top Dict is Ordered Incorrectlybashi@chromium.org
2012-03-21[OTS] Remove redundant "else if" in cff.ccbashi@chromium.org
2012-03-03[OTS] Fix off-by-one in GSUB/GPOS parserbashi@chromium.org
2012-02-23[OTS] Allow empty Private DICT inside CFF databashi@chromium.org
2012-01-17Adds woff header checksbashi@chromium.org
2012-01-06[OTS] OOB read in checking the end of tablebashi@chromium.org
2011-12-19[OTS] Fix incorrect parsing/validation of the empty CFF indexbashi@chromium.org
2011-12-09Remove all 51 static initializers from ots.cc.agl@chromium.org
2011-11-30[OTS] sanitizer incorrectly rejects fonts with optical size feature ('size')bashi@chromium.org
2011-09-21Sort NameRecords in name table if they are not sorted.bashi@chromium.org
2011-09-16Support name table.bashi@chromium.org
2011-09-06Typo fix.agl@chromium.org
2011-08-25Fixing 2 typo bugsbashi@chromium.org
2011-08-05Remove unused function: ParseSubstLookupRecordagl@chromium.org
2011-06-07Added missing include to os2.cc. yusukes@chromium.org
2011-05-31Include cstddef in ots.h to fix compilation with gcc4.6bashi@chromium.org
2011-05-30Bug fix: + binds tighter than ?:agl@chromium.org
2011-04-05Fix compile failure with Solaris Studio on Solaris.bashi@chromium.org
2011-04-04Allowing consecutive identical offsets in CFF String INDEX.bashi@chromium.org
2011-03-28dd vhea/vmtx table support.bashi@chromium.org
2011-03-23Add {GPOS,GSUB}_TYPE_ prefix to enum constants.bashi@chromium.org
2011-03-22Add lookup flag validation check.bashi@chromium.org
2011-03-18OTS: Add GSUB table support.bashi@chromium.org
2011-02-23Add check for size of vectors.bashi@chromium.org
2011-02-23Uses push_back() to append items into vectors.bashi@chromium.org
2011-02-17Add GPOS table support.bashi@chromium.org
2011-02-07dds more layout common table supports.bashi@google.com
2011-01-31Fix MSVC compiler warning.bashi@google.com
2011-01-27Add GDEF support.bashi@google.com