aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_h_h_e_a.py
AgeCommit message (Expand)Author
2023-11-10Upgrade fonttools to 4.44.0Elliott Hughes
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
2020-03-05Upgrade fonttools to 4.4.1Haibo 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 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=numliterals with manual cleanupBehdad Esfahbod
2013-11-272to3 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-11-272to3 --fix=importBehdad Esfahbod
2013-11-272to3 --fix=has_keyBehdad Esfahbod
2013-11-14IndentBehdad Esfahbod
2013-11-14Fixup hhea recalc after 9222b8ef93fd6b41f9c4dcf152593cd0c80f0ba4Behdad Esfahbod
2013-11-14Separate out the logic of computing advanceWidthMax from minLeftSideBearing, ...Roozbeh Pournader
2013-11-14MinorBehdad Esfahbod
2013-11-14Consider composite glyphs when recalcing 'hhea' valuesBehdad Esfahbod
2013-11-14Consider advance width of all glyphs when recalcing 'hhea'Behdad Esfahbod
2013-10-26IndentBehdad Esfahbod
2013-10-09* wrong indentation after elseDenis Jacquerye
2013-10-08Improved support for minimal fonts (with no visible glyphs).Roozbeh Pournader
2013-09-17Move sstruct under fontTools.miscBehdad Esfahbod
2003-09-01Ha, a reserved field got eaten. Noticed by Yannis Haralambous.jvr
2002-05-13this wasn't meant te be checked in yet.jvr
2002-05-13more cosmeticsjvr
1999-12-23don't recalc a number of things then TTFont().recalcBBoxes is off. This allow...Just
1999-12-16Created a new library directory called "FreeLib". All OpenSource RFMKII compo...Just