aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/otConverters.py
AgeCommit message (Expand)Author
2022-03-25Update FontTools to 4.31.2 to gain access to iterSubTables.Rod S
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
2021-02-17Upgrade fonttools to 4.20.0Haibo Huang
2020-11-12Upgrade fonttools to 4.17.0Haibo Huang
2020-07-10Upgrade fonttools to 4.13.0android-r-beta-3android-r-beta-2Haibo Huang
2020-04-16Upgrade fonttools to 4.8.0Haibo Huang
2020-03-12Upgrade fonttools to 4.4.2Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2018-11-05Upgrade fonttools from 3.28.0 to 3.31.0.android-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-n-iot-release-ihome-igv1nougat-iot-releaseElliott Hughes
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-17Write LookupType as a commentBehdad Esfahbod
2013-12-17Compute correct LookupType when compiling fontBehdad Esfahbod
2013-12-17Further optimize table loadingBehdad Esfahbod
2013-12-09Allow specifying table type as converterBehdad Esfahbod
2013-11-28py23 Use fixedToFloat() for fixed version numbersBehdad 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=print with manual fixupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad 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-272to3 --fix=has_keyBehdad Esfahbod
2013-11-26Load / save FeatureParamSize decipoints values as floatBehdad Esfahbod
2013-11-26Implement FeatureParamsBehdad Esfahbod
2013-11-26Fix XML->ttf for fonts that have some missing anchors, etcBehdad Esfahbod
2013-11-26MinorBehdad Esfahbod
2013-11-26Undo making subReader lazyBehdad Esfahbod
2013-11-26Further simplify OTTableReader/WriterBehdad Esfahbod
2013-11-25Fixup extension / longoffsetBehdad Esfahbod
2013-11-24Rename repeatOffset to auxBehdad Esfahbod
2013-11-24Seprate longOffset from ExtSubTableBehdad Esfahbod
2013-11-24Simplify ExtSubTableBehdad Esfahbod
2013-11-24Remove "optimization" re Extension lookupsBehdad Esfahbod
2013-11-24Add font.lazyBehdad Esfahbod
2013-11-24Create subReaders lazilyBehdad Esfahbod
2013-11-24Remove unused parameterBehdad Esfahbod
2013-11-24Only propagate counts that are used in sub-tablesBehdad Esfahbod
2013-11-24Use tableDict for DeltaValue lookbacksBehdad Esfahbod
2013-11-24Instead of countVars, pass down tableDictBehdad Esfahbod
2013-11-24Move countVars into reader/writer objectsBehdad Esfahbod
2013-11-24Simplify converter mapping for DeltaValueBehdad Esfahbod
2013-11-24Fixup 41caf2d for DeltaValue tablesBehdad Esfahbod
2013-11-23Allow using binary / octal / hex numbers in XMLBehdad Esfahbod
2013-11-23Improve Version handlingBehdad Esfahbod
2013-11-23Remove Fixed vs fixed32 inconsistencyBehdad Esfahbod