aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/O_S_2f_2.py
AgeCommit message (Expand)Author
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
2020-07-10Upgrade fonttools to 4.13.0android-r-beta-3android-r-beta-2Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-05-31Upgrade fonttools to 3.42.0android-o-mr1-iot-release-1.0.13Haibo 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-01-14from __future__ import absolute_importBehdad Esfahbod
2013-11-28py23 Use new-style classesBehdad Esfahbod
2013-11-28py23 from __future__ import division and adjust divisionsBehdad Esfahbod
2013-11-27py23 from __future__ import print_functionBehdad Esfahbod
2013-11-27py23 import in all nontrivial source files and unused import cleanupBehdad Esfahbod
2013-11-272to3 --fix=types manual additionsBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 --fix=numliterals with manual cleanupBehdad Esfahbod
2013-11-272to3 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-11-272to3 --fix=raiseBehdad Esfahbod
2013-11-272to3 --fix=neBehdad Esfahbod
2013-11-272to3 --fix=importBehdad Esfahbod
2013-11-26Improve OS/2 format 5 compileBehdad Esfahbod
2013-11-25MinorBehdad Esfahbod
2013-11-25Remove workaround for buggy OS/2 tablesBehdad Esfahbod
2013-11-25Assert on size of OS/2 version 5Behdad Esfahbod
2013-11-25Use true point sizes in new OS/2 version 5 fieldsBehdad Esfahbod
2013-11-19Support for OS/2 table version 5 as proposed by MicrosoftOlivier Berten
2013-09-17Move sstruct under fontTools.miscBehdad Esfahbod
2011-02-13Be more thorough when working around font bugs in the OS/2 tablepabs3
2007-10-22added 'support' for OS/2 version 4: can anyone verify this is correct? I can'...jvr
2006-01-12Unsigned long data field must be packed with "L" instead of "l" (sometimes an...fcoiffie
2004-09-25whoops, forgot one part os OS/2 version 3 supportjvr
2004-09-24added support for OS/2 table #3jvr
2003-01-03allow OS/2 tables containing too much datajvr
2002-05-10a few cosmetic/style changesjvr
2001-08-15spec changed: three fields are now unsigned instead of signed,jvr
2000-10-13added workaround for buggy Apple fontsJust
2000-06-08formattingJust
1999-12-16Created a new library directory called "FreeLib". All OpenSource RFMKII compo...Just