Closed pyup-bot closed 4 years ago
Merging #186 into master will not change coverage by
%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #186 +/- ##
=======================================
Coverage 88.20% 88.20%
=======================================
Files 12 12
Lines 2297 2297
Branches 302 302
=======================================
Hits 2026 2026
Misses 193 193
Partials 78 78
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5705975...a0d57a0. Read the comment docs.
Update fonttools from 4.3.0 to 4.5.0.
Changelog
### 4.5.0 ``` --------------------------- - [designspaceLib] Added ``add{Axis,Source,Instance,Rule}Descriptor`` methods to ``DesignSpaceDocument`` class, to initialize new descriptor objects using keyword arguments, and at the same time append them to the current document (1860). - [unicodedata] Update to Unicode 13.0 (1859). ``` ### 4.4.3 ``` --------------------------- - [varLib] Always build ``gvar`` table for TrueType-flavored Variable Fonts, even if it contains no variation data. The table is required according to the OpenType spec (1855, 1857). ``` ### 4.4.2 ``` --------------------------- - [ttx] Annotate ``LookupFlag`` in XML dump with comment explaining what bits are set and what they mean (1850). - [feaLib] Added more descriptive message to ``IncludedFeaNotFound`` error (1842). ``` ### 4.4.1 ``` --------------------------- - [woff2] Skip normalizing ``glyf`` and ``loca`` tables if these are missing from a font (e.g. in NotoColorEmoji using ``CBDT/CBLC`` tables). - [timeTools] Use non-localized date parsing in ``timestampFromString``, to fix error when non-English ``LC_TIME`` locale is set (1838, 1839). - [fontBuilder] Make sure the CFF table generated by fontBuilder can be used by varLib without having to compile and decompile the table first. This was breaking in converting the CFF table to CFF2 due to some unset attributes (1836). ``` ### 4.4.0 ``` --------------------------- - [colorLib] Added ``fontTools.colorLib.builder`` module, initially with ``buildCOLR`` and ``buildCPAL`` public functions. More color font formats will follow (1827). - [fontBuilder] Added ``setupCOLR`` and ``setupCPAL`` methods (1826). - [ttGlyphPen] Quantize ``GlyphComponent.transform`` floats to ``F2Dot14`` to fix round-trip issue when computing bounding boxes of transformed components (1830). - [glyf] If a component uses reference points (``firstPt`` and ``secondPt``) for alignment (instead of X and Y offsets), compute the effective translation offset *after* having applied any transform (1831). - [glyf] When all glyphs have zero contours, compile ``glyf`` table data as a single null byte in order to pass validation by OTS and Windows (1829). - [feaLib] Parsing feature code now ensures that referenced glyph names are part of the known glyph set, unless a glyph set was not provided. - [varLib] When filling in the default axis value for a missing location of a source or instance, correctly map the value forward. - [varLib] The avar table can now contain mapping output values that are greater than OR EQUAL to the preceeding value, as the avar specification allows this. - [varLib] The errors of the module are now ordered hierarchically below VarLibError. See 1821. ```Links
- PyPI: https://pypi.org/project/fonttools - Changelog: https://pyup.io/changelogs/fonttools/ - Repo: http://github.com/fonttools/fonttools