aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/afmLib.py
AgeCommit message (Expand)Author
2020-07-10Upgrade fonttools to 4.13.0android-r-beta-3android-r-beta-2Haibo Huang
2020-05-15Upgrade fonttools to 4.10.0Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-05-13Upgrade fonttools to 3.41.2Haibo 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-12-04Add missing opening parenthesisKhaled Hosny
2013-12-04Fix a few pychecker warningsBehdad Esfahbod
2013-11-28py23 Use new-style classesBehdad Esfahbod
2013-11-28py23 Remove uses of __cmp__ and cmp()Behdad 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=dict with manual cleanupBehdad Esfahbod
2013-11-27Remove most uses of module stringBehdad Esfahbod
2013-11-272to3 --fix=types manual additionsBehdad Esfahbod
2013-11-272to3 --fix=print with manual fixupBehdad Esfahbod
2013-11-272to3 --fix=types with manual fixupsBehdad Esfahbod
2013-11-272to3 --fix=map with manual cleanupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-11-272to3 --fix=reprBehdad Esfahbod
2013-11-272to3 --fix=raiseBehdad Esfahbod
2013-11-272to3 --fix=has_keyBehdad Esfahbod
2012-10-18merging fixes & changes from delft-sprint-2012jvr
2003-05-24add default _attrs value so pickling AFM objects doesn't blow upjvr
2002-11-26allow negative advance widthsjvr
2002-03-12Charnames can contain a period anywhere, not just at the start.jvr
2001-06-24improved API for creating AFM files from scratchJust
2001-04-30- added support for composite infoJust
1999-12-16Created a new library directory called "FreeLib". All OpenSource RFMKII compo...Just