Fonttools

Latest version: v4.57.0

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 38

4.1.0

---------------------------

- [instancer] Implemented restricting axis ranges (level 3 partial instancing).
You can now pass ``{axis_tag: (min, max)}`` tuples as input to the
``instantiateVariableFont`` function. Note that changing the default axis
position is not supported yet. The command-line script also accepts axis ranges
in the form of colon-separated float values, e.g. ``wght=400:700`` (1753, 1537).
- [instancer] Never drop STAT ``DesignAxis`` records, but only prune out-of-range
``AxisValue`` records.
- [otBase/otTables] Enforce that VarStore.RegionAxisCount == fvar.axisCount, even
when regions list is empty to appease OTS < v8.0 (1752).
- [designspaceLib] Defined new ``processing`` attribute for ``<rules>`` element,
with values "first" or "last", plus other editorial changes to DesignSpace
specification. Bumped format version to 4.1 (1750).
- [varLib] Improved error message when masters' glyph orders do not match (1758,
1759).
- [featureVars] Allow to specify custom feature tag in ``addFeatureVariations``;
allow said feature to already exist, in which case we append new lookup indices
to existing features. Implemented ``<rules>`` attribute ``processing`` according to
DesignSpace specification update in 1750. Depending on this flag, we generate
either an 'rvrn' (always processed first) or a 'rclt' feature (follows lookup order,
therefore last) (1747, 1625, 1371).
- [ttCollection] Added support for context manager auto-closing via ``with`` statement
like with ``TTFont`` (1751).
- [unicodedata] Require unicodedata2 >= 12.1.0.
- [py2.py3] Removed yet more PY2 vestiges (1743).
- [_n_a_m_e] Fixed issue when comparing NameRecords with different string types (1742).
- [fixedTools] Changed ``fixedToFloat`` to not do any rounding but simply return
``value / (1 << precisionBits)``. Added ``floatToFixedToStr`` and
``strToFixedToFloat`` functions to be used when loading from or dumping to XML.
Fixed values (e.g. fvar axes and instance coordinates, avar mappings, etc.) are
are now stored as un-rounded decimal floats upon decompiling (1740, 737).
- [feaLib] Fixed handling of multiple ``LigatureCaret`` statements for the same glyph.
Only the first rule per glyph is used, additional ones are ignored (1733).

4.0.2

---------------------------

- [voltLib] Added support for ``ALL`` and ``NONE`` in ``PROCESS_MARKS`` (1732).
- [Silf] Fixed issue in ``Silf`` table compilation and decompilation regarding str vs
bytes in python3 (1728).
- [merge] Handle duplicate glyph names better: instead of appending font index to
all glyph names, use similar code like we use in ``post`` and ``CFF`` tables (1729).

4.0.1

---------------------------

- [otTables] Support fixing offset overflows in ``MultipleSubst`` lookup subtables
(1706).
- [subset] Prune empty strikes in ``EBDT`` and ``CBDT`` table data (1698, 1633).
- [pens] Fixed issue in ``PointToSegmentPen`` when last point of closed contour has
same coordinates as the starting point and was incorrectly dropped (1720).
- [Graphite] Fixed ``Sill`` table output to pass OTS (1705).
- [name] Added ``removeNames`` method to ``table__n_a_m_e`` class (1719).
- [ttLib] Added aliases for renamed entries ``ascender`` and ``descender`` in
``hhea`` table (1715).

4.0.0

---------------------------

- NOTE: The v4.x version series only supports Python 3.6 or greater. You can keep
using fonttools 3.x if you need support for Python 2.
- [py23] Removed all the python2-only code since it is no longer reachable, thus
unused; only the Python3 symbols were kept, but these are no-op. The module is now
DEPRECATED and will removed in the future.
- [ttLib] Fixed UnboundLocalError for empty loca/glyph tables (1680). Also, allow
the glyf table to be incomplete when dumping to XML (1681).
- [varLib.models] Fixed KeyError while sorting masters and there are no on-axis for
a given axis (38a8eb0e).
- [cffLib] Make sure glyph names are unique (1699).
- [feaLib] Fix feature parser to correctly handle octal numbers (1700).

.. package description limit

3.44.0

----------------------------

- NOTE: This is the last scheduled release to support Python 2.7. The upcoming fonttools
v4.x series is going to require Python 3.6 or greater.
- [varLib] Added new ``varLib.instancer`` module for partially instantiating variable
fonts. This extends (and will eventually replace) ``varLib.mutator`` module, as
it allows to create not just full static instances from a variable font, but also
"partial" or "less variable" fonts where some of the axes are dropped or
instantiated at a particular value.
Also available from the command-line as `fonttools varLib.instancer --help`
(1537, 1628).
- [cffLib] Added support for ``FDSelect`` format 4 (1677).
- [subset] Added support for subsetting ``sbix`` (Apple bitmap color font) table.
- [t1Lib] Fixed issue parsing ``eexec`` section in Type1 fonts when whitespace
characters are interspersed among the trailing zeros (1676).
- [cffLib.specializer] Fixed bug in ``programToCommands`` with CFF2 charstrings (1669).

3.43.2

----------------------------

- [featureVars] Fixed region-merging code on python3 (1659).
- [varLib.cff] Fixed merging of sparse PrivateDict items (1653).

Page 23 of 38

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.