~silnrsi/smith/+git/fonttools-master:py27

Last commit made on 2019-08-02
Get this branch:
git clone -b py27 https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

Recent commits

bcba6ab... by Cosimo Lupo <email address hidden>

Bump version: 3.44.0 → 3.44.1.dev0

04da40e... by Cosimo Lupo <email address hidden>

Release 3.44.0

5770a9d... by Cosimo Lupo <email address hidden>

README: set python 3.6 as minimum required in next fonttools v4

41528e9... by Cosimo Lupo <email address hidden>

Update changelog

71ea0cb... by Khaled Hosny

Merge pull request #1677 from fonttools/fdselct-format-4

[cffLib] Support FDSselect format 4

43a5505... by Miguel Sousa <email address hidden>

Merge pull request #1669 from fonttools/cff2-fixes

[cffLib specializer] Fix bug in programToCommands with CFF2 charstrings

ad4bb34... by Khaled Hosny

[cffLib] Support FDSselect format 4

Introduced in CFF2 table, but code does not limit it to CFF2 table. If
FDSelect format is set to 4, it will be read/written regardless of the
table version.

97b61b6... by Khaled Hosny

Merge pull request #1674 from fonttools/subset-sbix

[subset] Support sbix table

a017ac0... by Just van Rossum

Merge pull request #1676 from baileyparker/fix_t1_eexec_end_parsing

[t1Lib] Fixes #1675 - T1 eexec end finding spec compliance

e9802c5... by Bailey Parker <email address hidden>

Fixes style