[merge] Merge GDEF marksets in Lookups properly (#2474).
[feaLib] Have fontTools feaLib script exit with error code when build fails (#2459)
[svgPathPen] Added ntos option to customize number formatting (e.g. rounding) (#2471).
[subset] Speed up subsetting of large CFF fonts (#2467).
[otTables] Speculatively promote lookups to extension to speed up compilation. If the offset to lookup N is too big to fit in a ushort, the offset to lookup N+1 is going to be too big as well, so we promote to extension all lookups from lookup N onwards (#2465).
4.28.3
[subset] Fixed bug while subsetting COLR table, whereby incomplete layer records pointing to missing glyphs were being retained leading to struct.error upon compiling. Make it so that glyf glyph closure, which follows the COLR glyph closure, does not influence the COLR table subsetting (#2461, #2462).
[docs] Fully document the cmap and glyf tables (#2454, #2457).
[colorLib.unbuilder] Fixed CLI by deleting no longer existing parameter (180bb1867).
4.28.2
[otlLib] Remove duplicates when building coverage (#2433).
[docs] Improve documentation for fontTools.ttLib.ttFont (#2442).
4.28.1
[subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no LayerList, which is optional (#2441).
4.28.0
Dropped support for EOL Python 3.6, require Python 3.7 (#2417).
[ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422).
[subset] Don't crash if optional ClipList and LayerList are None (empty) (#2424, 2439).
[OT-SVG] Removed support for old deprecated version 1 and embedded color palettes, which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets to SVG documents that are identical (#2430).
[feaLib] Added support for Variable Feature File syntax. This is experimental and subject to change until it is finalized in the Adobe FEA spec (#2432).
[unicodedata] Update Scripts/ScriptExtensions/Blocks to UnicodeData 14.0 (#2437).
[bezierTools] Fixed two floating-point bugs: one when computing t for a point lying on an almost horizontal/vertical line; another when computing the intersection point between a curve and a line (#2413).
4.27.0
[ttLib/otTables] Cleaned up virtual GID handling: allow virtual GIDs in Coverage and ClassDef readers; removed unused allowVID argument from TTFont constructor, and requireReal argument in TTFont.getGlyphID method.
Make TTFont.setGlyphOrder clear reverse glyphOrder map, and assume glyphOrder internal attribute is never modified outside setGlyphOrder; added TTFont.getGlyphNameMany and getGlyphIDMany (#1536, #1654, #2334, #2398).
[py23] Dropped internal use of fontTools.py23 module to fix deprecation warnings in client code that imports from fontTools (#2232, #2399, #2400).
[subset] Fix subsetting COLRv1 clip boxes when font is loaded lazily (#2408).
[merge] Merge GDEF marksets in Lookups properly (#2474).
[feaLib] Have fontTools feaLib script exit with error code when build fails (#2459)
[svgPathPen] Added ntos option to customize number formatting (e.g. rounding) (#2471).
[subset] Speed up subsetting of large CFF fonts (#2467).
[otTables] Speculatively promote lookups to extension to speed up compilation. If the
offset to lookup N is too big to fit in a ushort, the offset to lookup N+1 is going to
be too big as well, so we promote to extension all lookups from lookup N onwards (#2465).
4.28.3 (released 2021-12-03)
[subset] Fixed bug while subsetting COLR table, whereby incomplete layer records
pointing to missing glyphs were being retained leading to struct.error upon
compiling. Make it so that glyf glyph closure, which follows the COLR glyph
closure, does not influence the COLR table subsetting (#2461, #2462).
[docs] Fully document the cmap and glyf tables (#2454, #2457).
[colorLib.unbuilder] Fixed CLI by deleting no longer existing parameter (180bb1867).
4.28.2 (released 2021-11-22)
[otlLib] Remove duplicates when building coverage (#2433).
[docs] Improve documentation for fontTools.ttLib.ttFont (#2442).
4.28.1 (released 2021-11-08)
[subset] Fixed AttributeError while traversing a color glyph's Paint graph when there is no
LayerList, which is optional (#2441).
4.28.0 (released 2021-11-05)
Dropped support for EOL Python 3.6, require Python 3.7 (#2417).
[ufoLib/glifLib] Make filename-clash checks faster by using a set instead of a list (#2422).
[subset] Don't crash if optional ClipList and LayerList are None (empty) (#2424, 2439).
[OT-SVG] Removed support for old deprecated version 1 and embedded color palettes,
which were never officially part of the OpenType SVG spec. Upon compile, reuse offsets
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[woff] from 4.23.0 to 4.28.4.
Release notes
Sourced from fonttools[woff]'s releases.
... (truncated)
Changelog
Sourced from fonttools[woff]'s changelog.
... (truncated)
Commits
071ea96
Release 4.28.4051af1f
Update changelog [skip ci]cc5f2e7
README.rst: add aschmitz to aknowledgments5af9c74
Merge pull request #2471 from fonttools/svg-pen-roundfe2ba42
Merge pull request #2467 from aschmitz/subset-hotspotsd4b7ff6
merge_test: fix expected .ttx file with correct MarkFilteringSet valuesb8615f9
[merge] Merge GDEF marksets in Lookups properlyed07df3
Die noisily (#2472)fce1fa2
svgPathPen: add option to customize number formatting (e.g. rounding)d190a7c
otTables: no need get LayerRecordCount by name, we already have it in scopeDependabot 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)