~silnrsi/smith/+git/fonttools-master:meta-deps

Last commit made on 2023-10-26
Get this branch:
git clone -b meta-deps https://git.launchpad.net/~silnrsi/smith/+git/fonttools-master

Branch merges

Branch information

Name:
meta-deps
Repository:
lp:~silnrsi/smith/+git/fonttools-master

Recent commits

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

[meta] add DEPS to known textual metadata tags alongside dlng and slng

a new private metadata tag to be used by things like gftools or fontmake to store dependencies info inside the font, to aid recreating the envirnment used to build the font

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

[xmlWriter] add write_multiline_indented method

4b73a17... by Cosimo Lupo <email address hidden>

[cff.specializer] Fix SyntaxWarning: invalid escape sequence

Fixes #3322

5cd2b1c... by BehdadEsfahbod

[varStore] Document sorting

13f8fff... by BehdadEsfahbod

Merge pull request #3310 from fonttools/varStore-overflow

[varStore] Handle >65535 items per encoding

0a6b95a... by BehdadEsfahbod

[varLib.varStore] Revert micro-optimizations

Based on review.

ec9986d... by BehdadEsfahbod

[subset] black

Oops.

1d0f3c2... by BehdadEsfahbod

[subset] Handle a null-offset error in MarkLigPos

As reported by @rsheeter.

bf402b9... by BehdadEsfahbod

[varStore] Micro-optimize addItem()

9e36b94... by BehdadEsfahbod

[varStore] Micro-optimize storeDeltas()

Also speed up the test slightly by skipping rounding.