aboutsummaryrefslogtreecommitdiff
path: root/Lib/fonttools.egg-info/PKG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/fonttools.egg-info/PKG-INFO')
-rw-r--r--Lib/fonttools.egg-info/PKG-INFO45
1 files changed, 38 insertions, 7 deletions
diff --git a/Lib/fonttools.egg-info/PKG-INFO b/Lib/fonttools.egg-info/PKG-INFO
index b302ec90..74bb40d0 100644
--- a/Lib/fonttools.egg-info/PKG-INFO
+++ b/Lib/fonttools.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: fonttools
-Version: 3.42.0
+Version: 3.43.1
Summary: Tools to manipulate font files
Home-page: http://github.com/fonttools/fonttools
Author: Just van Rossum
@@ -415,6 +415,37 @@ Description: |Travis Build Status| |Appveyor Build status| |Coverage Status| |Py
Changelog
~~~~~~~~~
+ 3.43.1 (released 2019-06-19)
+ ----------------------------
+
+ - [subset] Fixed regression when passing ``--flavor=woff2`` option with an input font
+ that was already compressed as WOFF 1.0 (#1650).
+
+ 3.43.0 (released 2019-06-18)
+ ----------------------------
+
+ - [woff2] Added support for compressing/decompressing WOFF2 fonts with non-transformed
+ ``glyf`` and ``loca`` tables, as well as with transformed ``hmtx`` table.
+ Removed ``Snippets/woff2_compress.py`` and ``Snippets/woff2_decompress.py`` scripts,
+ and replaced them with a new console entry point ``fonttools ttLib.woff2``
+ that provides two sub-commands ``compress`` and ``decompress``.
+ - [varLib.cff] Fixed bug when merging CFF2 ``PrivateDicts``. The ``PrivateDict``
+ data from the first region font was incorrecty used for all subsequent fonts.
+ The bug would only affect variable CFF2 fonts with hinting (#1643, #1644).
+ Also, fixed a merging bug when VF masters have no blends or marking glyphs (#1632,
+ #1642).
+ - [loggingTools] Removed unused backport of ``LastResortLogger`` class.
+ - [subset] Gracefully handle partial MATH table (#1635).
+ - [featureVars] Avoid duplicate references to ``rvrn`` feature record in
+ ``DefaultLangSys`` tables when calling ``addFeatureVariations`` on a font that
+ does not already have a ``GSUB`` table (aa8a5bc6).
+ - [varLib] Fixed merging of class-based kerning. Before, the process could introduce
+ rogue kerning values and variations for random classes against class zero (everything
+ not otherwise classed).
+ - [varLib] Fixed merging GPOS tables from master fonts with different number of
+ ``SinglePos`` subtables (#1621, #1641).
+ - [unicodedata] Updated Blocks, Scripts and ScriptExtensions to Unicode 12.1.
+
3.42.0 (released 2019-05-28)
----------------------------
@@ -1756,13 +1787,13 @@ Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
-Provides-Extra: all
-Provides-Extra: symfont
-Provides-Extra: graphite
-Provides-Extra: unicode
-Provides-Extra: interpolatable
Provides-Extra: lxml
+Provides-Extra: interpolatable
+Provides-Extra: unicode
+Provides-Extra: type1
+Provides-Extra: all
Provides-Extra: ufo
+Provides-Extra: graphite
Provides-Extra: woff
Provides-Extra: plot
-Provides-Extra: type1
+Provides-Extra: symfont