[otData/otConverters] Added support for 'biased' PaintSweepGradient start/end angles to match latest COLRv1 spec (#2743).
[varLib.instancer] Fixed bug in _instantiateFeatureVariations when at the same time pinning one axis and restricting the range of a subsequent axis; the wrong axis tag was being used in the latter step (as the records' axisIdx was updated in the preceding step but looked up using the old axes order in the following step) (#2733, #2734).
[mtiLib] Pad script tags with space when less than 4 char long (#1727).
[merge] Use '.' instead of '#' in duplicate glyph names (#2742).
[gvar] Added support for lazily loading glyph variations (#2741).
[varLib] In build_many, we forgot to pass on colr_layer_reuse parameter to the build method (#2730).
[svgPathPen] Add a main that prints SVG for input text (6df779fd).
[cffLib.width] Fixed off-by-one in optimized values; previous code didn't match the code block above it (2963fa50).
[varLib.interpolatable] Support reading .designspace and .glyphs files (via optional glyphsLib).
Compile some modules with Cython when available and building/installing fonttools from source: varLib.iup (35% faster), pens.momentsPen (makes varLib.interpolatable 3x faster).
[feaLib] Allow features to be built for VF without also building a GDEF table (e.g. only build GSUB); warn when GDEF would be needed but isn't requested (#2705, #2694).
[otBase] Fixed AttributeError when uharfbuzz < 0.23.0 and repack method is missing (32aa8eaf).
Use new uharfbuzz.repack_with_tag when available (since uharfbuzz>=0.30.0), enables table-specific optimizations to be performed during repacking (#2724).
[statisticsPen] By default report all glyphs (4139d891). Avoid division-by-zero (52b28f90).
[feaLib] Added missing required argument to FeatureLibError exception (#2693)
[otData/otConverters] Added support for 'biased' PaintSweepGradient start/end angles
to match latest COLRv1 spec (#2743).
[varLib.instancer] Fixed bug in _instantiateFeatureVariations when at the same
time pinning one axis and restricting the range of a subsequent axis; the wrong axis
tag was being used in the latter step (as the records' axisIdx was updated in the
preceding step but looked up using the old axes order in the following step) (#2733,
#2734).
[mtiLib] Pad script tags with space when less than 4 char long (#1727).
[merge] Use '.' instead of '#' in duplicate glyph names (#2742).
[gvar] Added support for lazily loading glyph variations (#2741).
[varLib] In build_many, we forgot to pass on colr_layer_reuse parameter to
the build method (#2730).
[svgPathPen] Add a main that prints SVG for input text (6df779fd).
[cffLib.width] Fixed off-by-one in optimized values; previous code didn't match the
code block above it (2963fa50).
[varLib.interpolatable] Support reading .designspace and .glyphs files (via optional
glyphsLib).
Compile some modules with Cython when available and building/installing fonttools
from source: varLib.iup (35% faster), pens.momentsPen (makes
varLib.interpolatable 3x faster).
[feaLib] Allow features to be built for VF without also building a GDEF table (e.g.
only build GSUB); warn when GDEF would be needed but isn't requested (#2705, 2694).
[otBase] Fixed AttributeError when uharfbuzz < 0.23.0 and 'repack' method is
missing (32aa8eaf). Use new uharfbuzz.repack_with_tag when available (since
uharfbuzz>=0.30.0), enables table-specific optimizations to be performed during
repacking (#2724).
[statisticsPen] By default report all glyphs (4139d891). Avoid division-by-zero
(52b28f90).
[feaLib] Added missing required argument to FeatureLibError exception (#2693)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps fonttools from 4.34.4 to 4.35.0.
Release notes
Sourced from fonttools's releases.
Changelog
Sourced from fonttools's changelog.
Commits
691a17d
Release 4.35.00c2056e
Update changelog [skip ci]a8c0998
Merge pull request #2743 from fonttools/variable-colr-with-sweep-angle-biase3aaf59
Merge pull request #2734 from fonttools/instancer-bug1dffbae
support proposed PaintSweepGradient's angles with +1.0 (180°) bias87e86cb
Merge pull request #2731 from fonttools/pyup-scheduled-update-2022-08-080f33634
subset_test: fix mock test with uharfbuzz>=0.30 new 'repack_with_tag' method615d62a
requirements.txt: keep scipy pinned for python_version < 3.7449049a
[mtiLib] Pad scriptTags with spacecdc5307
[merge] Use '.' instead of '#' in duplicate glyph names (#2742)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)