aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/sfnt.py
AgeCommit message (Expand)Author
2022-03-25Update FontTools to 4.31.2 to gain access to iterSubTables.Rod S
2020-09-21Upgrade fonttools to 4.15.0Haibo Huang
2020-05-20Upgrade fonttools to 4.10.2Haibo Huang
2020-05-15Upgrade fonttools to 4.10.0Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-01-08Upgrade fonttools from 3.31.0 to 3.35.0Haibo Huang
2018-07-04Upgrade fonttools from 2.4 to 3.28.0android-p-preview-5android-o-mr1-iot-release-1.0.2android-n-iot-release-smart-display-r2Haibo Huang
2014-05-27Refactor getSearchRange()Behdad Esfahbod
2014-05-27Fix rangeShift calculations for count=0 in sfnt, cmap, and kernBehdad Esfahbod
2014-01-30Allow loading zero-length tablesBehdad Esfahbod
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-04Use "is None" instead of "== None"Behdad Esfahbod
2013-12-04Fix a few pychecker warningsBehdad Esfahbod
2013-11-28py23 Use new-style classesBehdad Esfahbod
2013-11-28py23 Add bytesjoin()Behdad Esfahbod
2013-11-28py23 tostr()/tobytes() and using themBehdad Esfahbod
2013-11-28py23 from __future__ import division and adjust divisionsBehdad Esfahbod
2013-11-27py23 from __future__ import print_functionBehdad Esfahbod
2013-11-27py23 Introduce Tag to autoconvert tag typesBehdad Esfahbod
2013-11-27py23 import in all nontrivial source files and unused import cleanupBehdad Esfahbod
2013-11-272to3 Use py23 to close some of the bytes/str/unicode gapsBehdad Esfahbod
2013-11-272to3 --fix=dict with manual cleanupBehdad Esfahbod
2013-11-272to3 --fix=print with manual fixupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 --fix=xrangeBehdad Esfahbod
2013-11-272to3 --fix=raiseBehdad Esfahbod
2013-11-272to3 --fix=neBehdad Esfahbod
2013-11-272to3 --fix=has_keyBehdad Esfahbod
2013-09-17Move sstruct under fontTools.miscBehdad Esfahbod
2013-08-19Add support for saving WOFF file formatBehdad Esfahbod
2013-08-19Add support for loading WOFF file formatBehdad Esfahbod
2012-10-18merging fixes & changes from delft-sprint-2012jvr
2009-03-24Fix some warnings due to signedness and 64-bitness issuespabs3
2009-02-22Apply remainder of #1675210: add support for TrueType Collection (TTC) files.pabs3
2008-06-17fixed buglet that caused the last table in the font not to be padded to a 4-b...jvr
2008-03-08squash 2 bugs related to the numpy conversionjvr
2008-03-04converted usage of Numeric to numpyjvr
2008-03-01Use sys.byteorder, getting rid of ttLib.endianjvr
2004-11-16Refactored and enhanced table order support:jvr
2003-08-22support for CEF fonts: don't depend on the head table being availablejvr
2003-01-03suppres Python 2.3 warningjvr
2002-07-21Wow, the master checksum in the 'head' table was never written to file correc...jvr
2002-05-14fixed typo in commentjvr
2002-05-13use spaces for alignmentjvr
2002-05-12renamed several items to use camelCasejvr
2002-05-12Applied patch from Owen Taylor that allows zero-length tables to be ignored. ...jvr
2002-05-04added support for deleting tables: del f[tag]jvr
2000-10-02improved support for writing to (in memory) streamsJust
2000-08-23minor fixJust
1999-12-16Created a new library directory called "FreeLib". All OpenSource RFMKII compo...Just