fonttools 4.55.6__cp39-cp39-musllinux_1_2_aarch64.whl → 4.55.8__cp39-cp39-musllinux_1_2_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fonttools might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fonttools
3
- Version: 4.55.6
3
+ Version: 4.55.8
4
4
  Summary: Tools to manipulate font files
5
5
  Home-page: http://github.com/fonttools/fonttools
6
6
  Author: Just van Rossum
@@ -29,6 +29,7 @@ Classifier: Topic :: Text Processing :: Fonts
29
29
  Classifier: Topic :: Multimedia :: Graphics
30
30
  Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
31
31
  Requires-Python: >=3.8
32
+ Description-Content-Type: text/x-rst
32
33
  License-File: LICENSE
33
34
  Provides-Extra: ufo
34
35
  Requires-Dist: fs<3,>=2.2.0; extra == "ufo"
@@ -76,6 +77,7 @@ Dynamic: author
76
77
  Dynamic: author-email
77
78
  Dynamic: classifier
78
79
  Dynamic: description
80
+ Dynamic: description-content-type
79
81
  Dynamic: home-page
80
82
  Dynamic: license
81
83
  Dynamic: maintainer
@@ -389,6 +391,16 @@ Have fun!
389
391
  Changelog
390
392
  ~~~~~~~~~
391
393
 
394
+ 4.55.8 (released 2025-01-29)
395
+ ----------------------------
396
+
397
+ - [MetaTools] Fixed bug in buildUCD.py script whereby the first non-header line of some UCD text file was being skipped. This affected in particular the U+00B7 (MIDDLE DOT) entry of ScriptExtensions.txt (#3756).
398
+
399
+ 4.55.7 (released 2025-01-28)
400
+ ----------------------------
401
+
402
+ - Shorten the changelog included in PyPI package description to accommodate maximum length limit imposed by Azure DevOps. No actual code changes since v4.55.6 (#3754).
403
+
392
404
  4.55.6 (released 2025-01-24)
393
405
  ----------------------------
394
406
 
@@ -2031,1383 +2043,4 @@ Minor release to fix uploading wheels to PyPI.
2031
2043
  - [cffLib] Make sure glyph names are unique (#1699).
2032
2044
  - [feaLib] Fix feature parser to correctly handle octal numbers (#1700).
2033
2045
 
2034
- 3.44.0 (released 2019-08-02)
2035
- ----------------------------
2036
-
2037
- - NOTE: This is the last scheduled release to support Python 2.7. The upcoming fonttools
2038
- v4.x series is going to require Python 3.6 or greater.
2039
- - [varLib] Added new ``varLib.instancer`` module for partially instantiating variable
2040
- fonts. This extends (and will eventually replace) ``varLib.mutator`` module, as
2041
- it allows to create not just full static instances from a variable font, but also
2042
- "partial" or "less variable" fonts where some of the axes are dropped or
2043
- instantiated at a particular value.
2044
- Also available from the command-line as `fonttools varLib.instancer --help`
2045
- (#1537, #1628).
2046
- - [cffLib] Added support for ``FDSelect`` format 4 (#1677).
2047
- - [subset] Added support for subsetting ``sbix`` (Apple bitmap color font) table.
2048
- - [t1Lib] Fixed issue parsing ``eexec`` section in Type1 fonts when whitespace
2049
- characters are interspersed among the trailing zeros (#1676).
2050
- - [cffLib.specializer] Fixed bug in ``programToCommands`` with CFF2 charstrings (#1669).
2051
-
2052
- 3.43.2 (released 2019-07-10)
2053
- ----------------------------
2054
-
2055
- - [featureVars] Fixed region-merging code on python3 (#1659).
2056
- - [varLib.cff] Fixed merging of sparse PrivateDict items (#1653).
2057
-
2058
- 3.43.1 (released 2019-06-19)
2059
- ----------------------------
2060
-
2061
- - [subset] Fixed regression when passing ``--flavor=woff2`` option with an input font
2062
- that was already compressed as WOFF 1.0 (#1650).
2063
-
2064
- 3.43.0 (released 2019-06-18)
2065
- ----------------------------
2066
-
2067
- - [woff2] Added support for compressing/decompressing WOFF2 fonts with non-transformed
2068
- ``glyf`` and ``loca`` tables, as well as with transformed ``hmtx`` table.
2069
- Removed ``Snippets/woff2_compress.py`` and ``Snippets/woff2_decompress.py`` scripts,
2070
- and replaced them with a new console entry point ``fonttools ttLib.woff2``
2071
- that provides two sub-commands ``compress`` and ``decompress``.
2072
- - [varLib.cff] Fixed bug when merging CFF2 ``PrivateDicts``. The ``PrivateDict``
2073
- data from the first region font was incorrecty used for all subsequent fonts.
2074
- The bug would only affect variable CFF2 fonts with hinting (#1643, #1644).
2075
- Also, fixed a merging bug when VF masters have no blends or marking glyphs (#1632,
2076
- #1642).
2077
- - [loggingTools] Removed unused backport of ``LastResortLogger`` class.
2078
- - [subset] Gracefully handle partial MATH table (#1635).
2079
- - [featureVars] Avoid duplicate references to ``rvrn`` feature record in
2080
- ``DefaultLangSys`` tables when calling ``addFeatureVariations`` on a font that
2081
- does not already have a ``GSUB`` table (aa8a5bc6).
2082
- - [varLib] Fixed merging of class-based kerning. Before, the process could introduce
2083
- rogue kerning values and variations for random classes against class zero (everything
2084
- not otherwise classed).
2085
- - [varLib] Fixed merging GPOS tables from master fonts with different number of
2086
- ``SinglePos`` subtables (#1621, #1641).
2087
- - [unicodedata] Updated Blocks, Scripts and ScriptExtensions to Unicode 12.1.
2088
-
2089
- 3.42.0 (released 2019-05-28)
2090
- ----------------------------
2091
-
2092
- - [OS/2] Fixed sign of ``fsType``: it should be ``uint16``, not ``int16`` (#1619).
2093
- - [subset] Skip out-of-range class values in mark attachment (#1478).
2094
- - [fontBuilder] Add an empty ``DSIG`` table with ``setupDummyDSIG`` method (#1621).
2095
- - [varLib.merger] Fixed bug whereby ``GDEF.GlyphClassDef`` were being dropped
2096
- when generating instance via ``varLib.mutator`` (#1614).
2097
- - [varLib] Added command-line options ``-v`` and ``-q`` to configure logging (#1613).
2098
- - [subset] Update font extents in head table (#1612).
2099
- - [subset] Make --retain-gids truncate empty glyphs after the last non-empty glyph
2100
- (#1611).
2101
- - [requirements] Updated ``unicodedata2`` backport for Unicode 12.0.
2102
-
2103
- 3.41.2 (released 2019-05-13)
2104
- ----------------------------
2105
-
2106
- - [cffLib] Fixed issue when importing a ``CFF2`` variable font from XML, whereby
2107
- the VarStore state was not propagated to PrivateDict (#1598).
2108
- - [varLib] Don't drop ``post`` glyph names when building CFF2 variable font (#1609).
2109
-
2110
-
2111
- 3.41.1 (released 2019-05-13)
2112
- ----------------------------
2113
-
2114
- - [designspaceLib] Added ``loadSourceFonts`` method to load source fonts using
2115
- custom opener function (#1606).
2116
- - [head] Round font bounding box coordinates to integers to fix compile error
2117
- if CFF font has float coordinates (#1604, #1605).
2118
- - [feaLib] Don't write ``None`` in ``ast.ValueRecord.asFea()`` (#1599).
2119
- - [subset] Fixed issue ``AssertionError`` when using ``--desubroutinize`` option
2120
- (#1590, #1594).
2121
- - [graphite] Fixed bug in ``Silf`` table's ``decompile`` method unmasked by
2122
- previous typo fix (#1597). Decode languange code as UTF-8 in ``Sill`` table's
2123
- ``decompile`` method (#1600).
2124
-
2125
- 3.41.0 (released 2019-04-29)
2126
- ----------------------------
2127
-
2128
- - [varLib/cffLib] Added support for building ``CFF2`` variable font from sparse
2129
- masters, or masters with more than one model (multiple ``VarStore.VarData``).
2130
- In ``cffLib.specializer``, added support for ``CFF2`` CharStrings with
2131
- ``blend`` operators (#1547, #1591).
2132
- - [subset] Fixed subsetting ``HVAR`` and ``VVAR`` with ``--retain-gids`` option,
2133
- and when advances mapping is null while sidebearings mappings are non-null
2134
- (#1587, #1588).
2135
- - Added ``otlLib.maxContextCalc`` module to compute ``OS/2.usMaxContext`` value.
2136
- Calculate it automatically when compiling features with feaLib. Added option
2137
- ``--recalc-max-context`` to ``subset`` module (#1582).
2138
- - [otBase/otTables] Fixed ``AttributeError`` on missing OT table fields after
2139
- importing font from TTX (#1584).
2140
- - [graphite] Fixed typo ``Silf`` table's ``decompile`` method (#1586).
2141
- - [otlLib] Better compress ``GPOS`` SinglePos (LookupType 1) subtables (#1539).
2142
-
2143
- 3.40.0 (released 2019-04-08)
2144
- ----------------------------
2145
-
2146
- - [subset] Fixed error while subsetting ``VVAR`` with ``--retain-gids``
2147
- option (#1552).
2148
- - [designspaceLib] Use up-to-date default location in ``findDefault`` method
2149
- (#1554).
2150
- - [voltLib] Allow passing file-like object to Parser.
2151
- - [arrayTools/glyf] ``calcIntBounds`` (used to compute bounding boxes of glyf
2152
- table's glyphs) now uses ``otRound`` instead of ``round3`` (#1566).
2153
- - [svgLib] Added support for converting more SVG shapes to path ``d`` strings
2154
- (ellipse, line, polyline), as well as support for ``transform`` attributes.
2155
- Only ``matrix`` transformations are currently supported (#1564, #1564).
2156
- - [varLib] Added support for building ``VVAR`` table from ``vmtx`` and ``VORG``
2157
- tables (#1551).
2158
- - [fontBuilder] Enable making CFF2 fonts with ``post`` table format 2 (#1557).
2159
- - Fixed ``DeprecationWarning`` on invalid escape sequences (#1562).
2160
-
2161
- 3.39.0 (released 2019-03-19)
2162
- ----------------------------
2163
-
2164
- - [ttLib/glyf] Raise more specific error when encountering recursive
2165
- component references (#1545, #1546).
2166
- - [Doc/designspaceLib] Defined new ``public.skipExportGlyphs`` lib key (#1534,
2167
- unified-font-object/ufo-spec#84).
2168
- - [varLib] Use ``vmtx`` to compute vertical phantom points; or ``hhea.ascent``
2169
- and ``head.unitsPerEM`` if ``vmtx`` is missing (#1528).
2170
- - [gvar/cvar] Sort XML element's min/value/max attributes in TupleVariation
2171
- toXML to improve readability of TTX dump (#1527).
2172
- - [varLib.plot] Added support for 2D plots with only 1 variation axis (#1522).
2173
- - [designspaceLib] Use axes maps when normalizing locations in
2174
- DesignSpaceDocument (#1226, #1521), and when finding default source (#1535).
2175
- - [mutator] Set ``OVERLAP_SIMPLE`` and ``OVERLAP_COMPOUND`` glyf flags by
2176
- default in ``instantiateVariableFont``. Added ``--no-overlap`` cli option
2177
- to disable this (#1518).
2178
- - [subset] Fixed subsetting ``VVAR`` table (#1516, #1517).
2179
- Fixed subsetting an ``HVAR`` table that has an ``AdvanceWidthMap`` when the
2180
- option ``--retain-gids`` is used.
2181
- - [feaLib] Added ``forceChained`` in MultipleSubstStatement (#1511).
2182
- Fixed double indentation of ``subtable`` statement (#1512).
2183
- Added support for ``subtable`` statement in more places than just PairPos
2184
- lookups (#1520).
2185
- Handle lookupflag 0 and lookupflag without a value (#1540).
2186
- - [varLib] In ``load_designspace``, provide a default English name for the
2187
- ``ital`` axis tag.
2188
- - Remove pyftinspect because it is unmaintained and bitrotted.
2189
-
2190
- 3.38.0 (released 2019-02-18)
2191
- ----------------------------
2192
-
2193
- - [cffLib] Fixed RecursionError when unpickling or deepcopying TTFont with
2194
- CFF table (#1488, 649dc49).
2195
- - [subset] Fixed AttributeError when using --desubroutinize option (#1490).
2196
- Also, fixed desubroutinizing bug when subrs contain hints (#1499).
2197
- - [CPAL] Make Color a subclass of namedtuple (173a0f5).
2198
- - [feaLib] Allow hyphen in glyph class names.
2199
- - [feaLib] Added 'tables' option to __main__.py (#1497).
2200
- - [feaLib] Add support for special-case contextual positioning formatting
2201
- (#1501).
2202
- - [svgLib] Support converting SVG basic shapes (rect, circle, etc.) into
2203
- equivalent SVG paths (#1500, #1508).
2204
- - [Snippets] Added name-viewer.ipynb Jupyter notebook.
2205
-
2206
-
2207
- 3.37.3 (released 2019-02-05)
2208
- ----------------------------
2209
-
2210
- - The previous release accidentally changed several files from Unix to DOS
2211
- line-endings. Fix that.
2212
-
2213
- 3.37.2 (released 2019-02-05)
2214
- ----------------------------
2215
-
2216
- - [varLib] Temporarily revert the fix to ``load_masters()``, which caused a
2217
- crash in ``interpolate_layout()`` when ``deepcopy``-ing OTFs.
2218
-
2219
- 3.37.1 (released 2019-02-05)
2220
- ----------------------------
2221
-
2222
- - [varLib] ``load_masters()`` now actually assigns the fonts it loads to the
2223
- source.font attributes.
2224
- - [varLib] Fixed an MVAR table generation crash when sparse masters were
2225
- involved.
2226
- - [voltLib] ``parse_coverage_()`` returns a tuple instead of an ast.Enum.
2227
- - [feaLib] A MarkClassDefinition inside a block is no longer doubly indented
2228
- compared to the rest of the block.
2229
-
2230
- 3.37.0 (released 2019-01-28)
2231
- ----------------------------
2232
-
2233
- - [svgLib] Added support for converting elliptical arcs to cubic bezier curves
2234
- (#1464).
2235
- - [py23] Added backport for ``math.isfinite``.
2236
- - [varLib] Apply HIDDEN flag to fvar axis if designspace axis has attribute
2237
- ``hidden=1``.
2238
- - Fixed "DeprecationWarning: invalid escape sequence" in Python 3.7.
2239
- - [voltLib] Fixed parsing glyph groups. Distinguish different PROCESS_MARKS.
2240
- Accept COMPONENT glyph type.
2241
- - [feaLib] Distinguish missing value and explicit ``<NULL>`` for PairPos2
2242
- format A (#1459). Round-trip ``useExtension`` keyword. Implemented
2243
- ``ValueRecord.asFea`` method.
2244
- - [subset] Insert empty widths into hdmx when retaining gids (#1458).
2245
-
2246
- 3.36.0 (released 2019-01-17)
2247
- ----------------------------
2248
-
2249
- - [ttx] Added ``--no-recalc-timestamp`` option to keep the original font's
2250
- ``head.modified`` timestamp (#1455, #46).
2251
- - [ttx/psCharStrings] Fixed issues while dumping and round-tripping CFF2 table
2252
- with ttx (#1451, #1452, #1456).
2253
- - [voltLib] Fixed check for duplicate anchors (#1450). Don't try to read past
2254
- the ``END`` operator in .vtp file (#1453).
2255
- - [varLib] Use sentinel value -0x8000 (-32768) to ignore post.underlineThickness
2256
- and post.underlinePosition when generating MVAR deltas (#1449,
2257
- googlei18n/ufo2ft#308).
2258
- - [subset] Added ``--retain-gids`` option to subset font without modifying the
2259
- current glyph indices (#1443, #1447).
2260
- - [ufoLib] Replace deprecated calls to ``getbytes`` and ``setbytes`` with new
2261
- equivalent ``readbytes`` and ``writebytes`` calls. ``fs`` >= 2.2 no required.
2262
- - [varLib] Allow loading masters from TTX files as well (#1441).
2263
-
2264
- 3.35.2 (released 2019-01-14)
2265
- ----------------------------
2266
-
2267
- - [hmtx/vmtx]: Allow to compile/decompile ``hmtx`` and ``vmtx`` tables even
2268
- without the corresponding (required) metrics header tables, ``hhea`` and
2269
- ``vhea`` (#1439).
2270
- - [varLib] Added support for localized axes' ``labelname`` and named instances'
2271
- ``stylename`` (#1438).
2272
-
2273
- 3.35.1 (released 2019-01-09)
2274
- ----------------------------
2275
-
2276
- - [_m_a_x_p] Include ``maxComponentElements`` in ``maxp`` table's recalculation.
2277
-
2278
- 3.35.0 (released 2019-01-07)
2279
- ----------------------------
2280
-
2281
- - [psCharStrings] In ``encodeFloat`` function, use float's "general format" with
2282
- 8 digits of precision (i.e. ``%8g``) instead of ``str()``. This works around
2283
- a macOS rendering issue when real numbers in CFF table are too long, and
2284
- also makes sure that floats are encoded with the same precision in python 2.7
2285
- and 3.x (#1430, googlei18n/ufo2ft#306).
2286
- - [_n_a_m_e/fontBuilder] Make ``_n_a_m_e_table.addMultilingualName`` also add
2287
- Macintosh (platformID=1) names by default. Added options to ``FontBuilder``
2288
- ``setupNameTable`` method to optionally disable Macintosh or Windows names.
2289
- (#1359, #1431).
2290
- - [varLib] Make ``build`` optionally accept a ``DesignSpaceDocument`` object,
2291
- instead of a designspace file path. The caller can now set the ``font``
2292
- attribute of designspace's sources to a TTFont object, thus allowing to
2293
- skip filenames manipulation altogether (#1416, #1425).
2294
- - [sfnt] Allow SFNTReader objects to be deep-copied.
2295
- - Require typing>=3.6.4 on py27 to fix issue with singledispatch (#1423).
2296
- - [designspaceLib/t1Lib/macRes] Fixed some cases where pathlib.Path objects were
2297
- not accepted (#1421).
2298
- - [varLib] Fixed merging of multiple PairPosFormat2 subtables (#1411).
2299
- - [varLib] The default STAT table version is now set to 1.1, to improve
2300
- compatibility with legacy applications (#1413).
2301
-
2302
- 3.34.2 (released 2018-12-17)
2303
- ----------------------------
2304
-
2305
- - [merge] Fixed AssertionError when none of the script tables in GPOS/GSUB have
2306
- a DefaultLangSys record (#1408, 135a4a1).
2307
-
2308
- 3.34.1 (released 2018-12-17)
2309
- ----------------------------
2310
-
2311
- - [varLib] Work around macOS rendering issue for composites without gvar entry (#1381).
2312
-
2313
- 3.34.0 (released 2018-12-14)
2314
- ----------------------------
2315
-
2316
- - [varLib] Support generation of CFF2 variable fonts. ``model.reorderMasters()``
2317
- now supports arbitrary mapping. Fix handling of overlapping ranges for feature
2318
- variations (#1400).
2319
- - [cffLib, subset] Code clean-up and fixing related to CFF2 support.
2320
- - [ttLib.tables.ttProgram] Use raw strings for regex patterns (#1389).
2321
- - [fontbuilder] Initial support for building CFF2 fonts. Set CFF's
2322
- ``FontMatrix`` automatically from unitsPerEm.
2323
- - [plistLib] Accept the more general ``collections.Mapping`` instead of the
2324
- specific ``dict`` class to support custom data classes that should serialize
2325
- to dictionaries.
2326
-
2327
- 3.33.0 (released 2018-11-30)
2328
- ----------------------------
2329
- - [subset] subsetter bug fix with variable fonts.
2330
- - [varLib.featureVar] Improve FeatureVariations generation with many rules.
2331
- - [varLib] Enable sparse masters when building variable fonts:
2332
- https://github.com/fonttools/fonttools/pull/1368#issuecomment-437257368
2333
- - [varLib.mutator] Add IDEF for GETVARIATION opcode, for handling hints in an
2334
- instance.
2335
- - [ttLib] Ignore the length of kern table subtable format 0
2336
-
2337
- 3.32.0 (released 2018-11-01)
2338
- ----------------------------
2339
-
2340
- - [ufoLib] Make ``UFOWriter`` a subclass of ``UFOReader``, and use mixins
2341
- for shared methods (#1344).
2342
- - [featureVars] Fixed normalization error when a condition's minimum/maximum
2343
- attributes are missing in designspace ``<rule>`` (#1366).
2344
- - [setup.py] Added ``[plot]`` to extras, to optionally install ``matplotlib``,
2345
- needed to use the ``fonTools.varLib.plot`` module.
2346
- - [varLib] Take total bounding box into account when resolving model (7ee81c8).
2347
- If multiple axes have the same range ratio, cut across both (62003f4).
2348
- - [subset] Don't error if ``STAT`` has no ``AxisValue`` tables.
2349
- - [fontBuilder] Added a new submodule which contains a ``FontBuilder`` wrapper
2350
- class around ``TTFont`` that makes it easier to create a working TTF or OTF
2351
- font from scratch with code. NOTE: the API is still experimental and may
2352
- change in future versions.
2353
-
2354
- 3.31.0 (released 2018-10-21)
2355
- ----------------------------
2356
-
2357
- - [ufoLib] Merged the `ufoLib <https://github.com/unified-font-objects/ufoLib>`__
2358
- master branch into a new ``fontTools.ufoLib`` package (#1335, #1095).
2359
- Moved ``ufoLib.pointPen`` module to ``fontTools.pens.pointPen``.
2360
- Moved ``ufoLib.etree`` module to ``fontTools.misc.etree``.
2361
- Moved ``ufoLib.plistlib`` module to ``fontTools.misc.plistlib``.
2362
- To use the new ``fontTools.ufoLib`` module you need to install fonttools
2363
- with the ``[ufo]`` extra, or you can manually install the required additional
2364
- dependencies (cf. README.rst).
2365
- - [morx] Support AAT action type to insert glyphs and clean up compilation
2366
- of AAT action tables (4a1871f, 2011ccf).
2367
- - [subset] The ``--no-hinting`` on a CFF font now also drops the optional
2368
- hinting keys in Private dict: ``ForceBold``, ``LanguageGroup``, and
2369
- ``ExpansionFactor`` (#1322).
2370
- - [subset] Include nameIDs referenced by STAT table (#1327).
2371
- - [loggingTools] Added ``msg=None`` argument to
2372
- ``CapturingLogHandler.assertRegex`` (0245f2c).
2373
- - [varLib.mutator] Implemented ``FeatureVariations`` instantiation (#1244).
2374
- - [g_l_y_f] Added PointPen support to ``_TTGlyph`` objects (#1334).
2375
-
2376
- 3.30.0 (released 2018-09-18)
2377
- ----------------------------
2378
-
2379
- - [feaLib] Skip building noop class PairPos subtables when Coverage is NULL
2380
- (#1318).
2381
- - [ttx] Expose the previously reserved bit flag ``OVERLAP_SIMPLE`` of
2382
- glyf table's contour points in the TTX dump. This is used in some
2383
- implementations to specify a non-zero fill with overlapping contours (#1316).
2384
- - [ttLib] Added support for decompiling/compiling ``TS1C`` tables containing
2385
- VTT sources for ``cvar`` variation table (#1310).
2386
- - [varLib] Use ``fontTools.designspaceLib`` to read DesignSpaceDocument. The
2387
- ``fontTools.varLib.designspace`` module is now deprecated and will be removed
2388
- in future versions. The presence of an explicit ``axes`` element is now
2389
- required in order to build a variable font (#1224, #1313).
2390
- - [varLib] Implemented building GSUB FeatureVariations table from the ``rules``
2391
- element of DesignSpace document (#1240, #713, #1314).
2392
- - [subset] Added ``--no-layout-closure`` option to not expand the subset with
2393
- the glyphs produced by OpenType layout features. Instead, OpenType features
2394
- will be subset to only rules that are relevant to the otherwise-specified
2395
- glyph set (#43, #1121).
2396
-
2397
- 3.29.1 (released 2018-09-10)
2398
- ----------------------------
2399
-
2400
- - [feaLib] Fixed issue whereby lookups from DFLT/dflt were not included in the
2401
- DFLT/non-dflt language systems (#1307).
2402
- - [graphite] Fixed issue on big-endian architectures (e.g. ppc64) (#1311).
2403
- - [subset] Added ``--layout-scripts`` option to add/exclude set of OpenType
2404
- layout scripts that will be preserved. By default all scripts are retained
2405
- (``'*'``) (#1303).
2406
-
2407
- 3.29.0 (released 2018-07-26)
2408
- ----------------------------
2409
-
2410
- - [feaLib] In the OTL table builder, when the ``name`` table is excluded
2411
- from the list of tables to be build, skip compiling ``featureNames`` blocks,
2412
- as the records referenced in ``FeatureParams`` table don't exist (68951b7).
2413
- - [otBase] Try ``ExtensionLookup`` if other offset-overflow methods fail
2414
- (05f95f0).
2415
- - [feaLib] Added support for explicit ``subtable;`` break statements in
2416
- PairPos lookups; previously these were ignored (#1279, #1300, #1302).
2417
- - [cffLib.specializer] Make sure the stack depth does not exceed maxstack - 1,
2418
- so that a subroutinizer can insert subroutine calls (#1301,
2419
- https://github.com/googlei18n/ufo2ft/issues/266).
2420
- - [otTables] Added support for fixing offset overflow errors occurring inside
2421
- ``MarkBasePos`` subtables (#1297).
2422
- - [subset] Write the default output file extension based on ``--flavor`` option,
2423
- or the value of ``TTFont.sfntVersion`` (d7ac0ad).
2424
- - [unicodedata] Updated Blocks, Scripts and ScriptExtensions for Unicode 11
2425
- (452c85e).
2426
- - [xmlWriter] Added context manager to XMLWriter class to autoclose file
2427
- descriptor on exit (#1290).
2428
- - [psCharStrings] Optimize the charstring's bytecode by encoding as integers
2429
- all float values that have no decimal portion (8d7774a).
2430
- - [ttFont] Fixed missing import of ``TTLibError`` exception (#1285).
2431
- - [feaLib] Allow any languages other than ``dflt`` under ``DFLT`` script
2432
- (#1278, #1292).
2433
-
2434
- 3.28.0 (released 2018-06-19)
2435
- ----------------------------
2436
-
2437
- - [featureVars] Added experimental module to build ``FeatureVariations``
2438
- tables. Still needs to be hooked up to ``varLib.build`` (#1240).
2439
- - [fixedTools] Added ``otRound`` to round floats to nearest integer towards
2440
- positive Infinity. This is now used where we deal with visual data like X/Y
2441
- coordinates, advance widths/heights, variation deltas, and similar (#1274,
2442
- #1248).
2443
- - [subset] Improved GSUB closure memoize algorithm.
2444
- - [varLib.models] Fixed regression in model resolution (180124, #1269).
2445
- - [feaLib.ast] Fixed error when converting ``SubtableStatement`` to string
2446
- (#1275).
2447
- - [varLib.mutator] Set ``OS/2.usWeightClass`` and ``usWidthClass``, and
2448
- ``post.italicAngle`` based on the 'wght', 'wdth' and 'slnt' axis values
2449
- (#1276, #1264).
2450
- - [py23/loggingTools] Don't automatically set ``logging.lastResort`` handler
2451
- on py27. Moved ``LastResortLogger`` to the ``loggingTools`` module (#1277).
2452
-
2453
- 3.27.1 (released 2018-06-11)
2454
- ----------------------------
2455
-
2456
- - [ttGlyphPen] Issue a warning and skip building non-existing components
2457
- (https://github.com/googlei18n/fontmake/issues/411).
2458
- - [tests] Fixed issue running ttx_test.py from a tagged commit.
2459
-
2460
- 3.27.0 (released 2018-06-11)
2461
- ----------------------------
2462
-
2463
- - [designspaceLib] Added new ``conditionSet`` element to ``rule`` element in
2464
- designspace document. Bumped ``format`` attribute to ``4.0`` (previously,
2465
- it was formatted as an integer). Removed ``checkDefault``, ``checkAxes``
2466
- methods, and any kind of guessing about the axes when the ``<axes>`` element
2467
- is missing. The default master is expected at the intersection of all default
2468
- values for each axis (#1254, #1255, #1267).
2469
- - [cffLib] Fixed issues when compiling CFF2 or converting from CFF when the
2470
- font has an FDArray (#1211, #1271).
2471
- - [varLib] Avoid attempting to build ``cvar`` table when ``glyf`` table is not
2472
- present, as is the case for CFF2 fonts.
2473
- - [subset] Handle None coverages in MarkGlyphSets; revert commit 02616ab that
2474
- sets empty Coverage tables in MarkGlyphSets to None, to make OTS happy.
2475
- - [ttFont] Allow to build glyph order from ``maxp.numGlyphs`` when ``post`` or
2476
- ``cmap`` are missing.
2477
- - [ttFont] Added ``__len__`` method to ``_TTGlyphSet``.
2478
- - [glyf] Ensure ``GlyphCoordinates`` never overflow signed shorts (#1230).
2479
- - [py23] Added alias for ``itertools.izip`` shadowing the built-in ``zip``.
2480
- - [loggingTools] Memoize ``log`` property of ``LogMixin`` class (fbab12).
2481
- - [ttx] Impoved test coverage (#1261).
2482
- - [Snippets] Addded script to append a suffix to all family names in a font.
2483
- - [varLib.plot] Make it work with matplotlib >= 2.1 (b38e2b).
2484
-
2485
- 3.26.0 (released 2018-05-03)
2486
- ----------------------------
2487
-
2488
- - [designspace] Added a new optional ``layer`` attribute to the source element,
2489
- and a corresponding ``layerName`` attribute to the ``SourceDescriptor``
2490
- object (#1253).
2491
- Added ``conditionset`` element to the ``rule`` element to the spec, but not
2492
- implemented in designspace reader/writer yet (#1254).
2493
- - [varLib.models] Refine modeling one last time (0ecf5c5).
2494
- - [otBase] Fixed sharing of tables referred to by different offset sizes
2495
- (795f2f9).
2496
- - [subset] Don't drop a GDEF that only has VarStore (fc819d6). Set to None
2497
- empty Coverage tables in MarkGlyphSets (02616ab).
2498
- - [varLib]: Added ``--master-finder`` command-line option (#1249).
2499
- - [varLib.mutator] Prune fvar nameIDs from instance's name table (#1245).
2500
- - [otTables] Allow decompiling bad ClassDef tables with invalid format, with
2501
- warning (#1236).
2502
- - [varLib] Make STAT v1.2 and reuse nameIDs from fvar table (#1242).
2503
- - [varLib.plot] Show master locations. Set axis limits to -1, +1.
2504
- - [subset] Handle HVAR direct mapping. Passthrough 'cvar'.
2505
- Added ``--font-number`` command-line option for collections.
2506
- - [t1Lib] Allow a text encoding to be specified when parsing a Type 1 font
2507
- (#1234). Added ``kind`` argument to T1Font constructor (c5c161c).
2508
- - [ttLib] Added context manager API to ``TTFont`` class, so it can be used in
2509
- ``with`` statements to auto-close the file when exiting the context (#1232).
2510
-
2511
- 3.25.0 (released 2018-04-03)
2512
- ----------------------------
2513
-
2514
- - [varLib] Improved support-resolution algorithm. Previously, the on-axis
2515
- masters would always cut the space. They don't anymore. That's more
2516
- consistent, and fixes the main issue Erik showed at TYPO Labs 2017.
2517
- Any varfont built that had an unusual master configuration will change
2518
- when rebuilt (42bef17, a523a697,
2519
- https://github.com/googlei18n/fontmake/issues/264).
2520
- - [varLib.models] Added a ``main()`` entry point, that takes positions and
2521
- prints model results.
2522
- - [varLib.plot] Added new module to plot a designspace's
2523
- VariationModel. Requires ``matplotlib``.
2524
- - [varLib.mutator] Added -o option to specify output file path (2ef60fa).
2525
- - [otTables] Fixed IndexError while pruning of HVAR pre-write (6b6c34a).
2526
- - [varLib.models] Convert delta array to floats if values overflows signed
2527
- short integer (0055f94).
2528
-
2529
- 3.24.2 (released 2018-03-26)
2530
- ----------------------------
2531
-
2532
- - [otBase] Don't fail during ``ValueRecord`` copy if src has more items.
2533
- We drop hinting in the subsetter by simply changing ValueFormat, without
2534
- cleaning up the actual ValueRecords. This was causing assertion error if
2535
- a variable font was subsetted without hinting and then passed directly to
2536
- the mutator for instantiation without first it saving to disk.
2537
-
2538
- 3.24.1 (released 2018-03-06)
2539
- ----------------------------
2540
-
2541
- - [varLib] Don't remap the same ``DeviceTable`` twice in VarStore optimizer
2542
- (#1206).
2543
- - [varLib] Add ``--disable-iup`` option to ``fonttools varLib`` script,
2544
- and a ``optimize=True`` keyword argument to ``varLib.build`` function,
2545
- to optionally disable IUP optimization while building varfonts.
2546
- - [ttCollection] Fixed issue while decompiling ttc with python3 (#1207).
2547
-
2548
- 3.24.0 (released 2018-03-01)
2549
- ----------------------------
2550
-
2551
- - [ttGlyphPen] Decompose composite glyphs if any components' transform is too
2552
- large to fit a ``F2Dot14`` value, or clamp transform values that are
2553
- (almost) equal to +2.0 to make them fit and avoid decomposing (#1200,
2554
- #1204, #1205).
2555
- - [ttx] Added new ``-g`` option to dump glyphs from the ``glyf`` table
2556
- splitted as individual ttx files (#153, #1035, #1132, #1202).
2557
- - Copied ``ufoLib.filenames`` module to ``fontTools.misc.filenames``, used
2558
- for the ttx split-glyphs option (#1202).
2559
- - [feaLib] Added support for ``cvParameters`` blocks in Character Variant
2560
- feautures ``cv01-cv99`` (#860, #1169).
2561
- - [Snippets] Added ``checksum.py`` script to generate/check SHA1 hash of
2562
- ttx files (#1197).
2563
- - [varLib.mutator] Fixed issue while instantiating some variable fonts
2564
- whereby the horizontal advance width computed from ``gvar`` phantom points
2565
- could turn up to be negative (#1198).
2566
- - [varLib/subset] Fixed issue with subsetting GPOS variation data not
2567
- picking up ``ValueRecord`` ``Device`` objects (54fd71f).
2568
- - [feaLib/voltLib] In all AST elements, the ``location`` is no longer a
2569
- required positional argument, but an optional kewyord argument (defaults
2570
- to ``None``). This will make it easier to construct feature AST from
2571
- code (#1201).
2572
-
2573
-
2574
- 3.23.0 (released 2018-02-26)
2575
- ----------------------------
2576
-
2577
- - [designspaceLib] Added an optional ``lib`` element to the designspace as a
2578
- whole, as well as to the instance elements, to store arbitrary data in a
2579
- property list dictionary, similar to the UFO's ``lib``. Added an optional
2580
- ``font`` attribute to the ``SourceDescriptor``, to allow operating on
2581
- in-memory font objects (#1175).
2582
- - [cffLib] Fixed issue with lazy-loading of attributes when attempting to
2583
- set the CFF TopDict.Encoding (#1177, #1187).
2584
- - [ttx] Fixed regression introduced in 3.22.0 that affected the split tables
2585
- ``-s`` option (#1188).
2586
- - [feaLib] Added ``IncludedFeaNotFound`` custom exception subclass, raised
2587
- when an included feature file cannot be found (#1186).
2588
- - [otTables] Changed ``VarIdxMap`` to use glyph names internally instead of
2589
- glyph indexes. The old ttx dumps of HVAR/VVAR tables that contain indexes
2590
- can still be imported (21cbab8, 38a0ffb).
2591
- - [varLib] Implemented VarStore optimizer (#1184).
2592
- - [subset] Implemented pruning of GDEF VarStore, HVAR and MVAR (#1179).
2593
- - [sfnt] Restore backward compatiblity with ``numFonts`` attribute of
2594
- ``SFNTReader`` object (#1181).
2595
- - [merge] Initial support for merging ``LangSysRecords`` (#1180).
2596
- - [ttCollection] don't seek(0) when writing to possibly unseekable strems.
2597
- - [subset] Keep all ``--name-IDs`` from 0 to 6 by default (#1170, #605, #114).
2598
- - [cffLib] Added ``width`` module to calculate optimal CFF default and
2599
- nominal glyph widths.
2600
- - [varLib] Don’t fail if STAT already in the master fonts (#1166).
2601
-
2602
- 3.22.0 (released 2018-02-04)
2603
- ----------------------------
2604
-
2605
- - [subset] Support subsetting ``endchar`` acting as ``seac``-like components
2606
- in ``CFF`` (fixes #1162).
2607
- - [feaLib] Allow to build from pre-parsed ``ast.FeatureFile`` object.
2608
- Added ``tables`` argument to only build some tables instead of all (#1159,
2609
- #1163).
2610
- - [textTools] Replaced ``safeEval`` with ``ast.literal_eval`` (#1139).
2611
- - [feaLib] Added option to the parser to not resolve ``include`` statements
2612
- (#1154).
2613
- - [ttLib] Added new ``ttCollection`` module to read/write TrueType and
2614
- OpenType Collections. Exports a ``TTCollection`` class with a ``fonts``
2615
- attribute containing a list of ``TTFont`` instances, the methods ``save``
2616
- and ``saveXML``, plus some list-like methods. The ``importXML`` method is
2617
- not implemented yet (#17).
2618
- - [unicodeadata] Added ``ot_tag_to_script`` function that converts from
2619
- OpenType script tag to Unicode script code.
2620
- - Added new ``designspaceLib`` subpackage, originally from Erik Van Blokland's
2621
- ``designSpaceDocument``: https://github.com/LettError/designSpaceDocument
2622
- NOTE: this is not yet used internally by varLib, and the API may be subject
2623
- to changes (#911, #1110, LettError/designSpaceDocument#28).
2624
- - Added new FontTools icon images (8ee7c32).
2625
- - [unicodedata] Added ``script_horizontal_direction`` function that returns
2626
- either "LTR" or "RTL" given a unicode script code.
2627
- - [otConverters] Don't write descriptive name string as XML comment if the
2628
- NameID value is 0 (== NULL) (#1151, #1152).
2629
- - [unicodedata] Add ``ot_tags_from_script`` function to get the list of
2630
- OpenType script tags associated with unicode script code (#1150).
2631
- - [feaLib] Don't error when "enumerated" kern pairs conflict with preceding
2632
- single pairs; emit warning and chose the first value (#1147, #1148).
2633
- - [loggingTools] In ``CapturingLogHandler.assertRegex`` method, match the
2634
- fully formatted log message.
2635
- - [sbix] Fixed TypeError when concatenating str and bytes (#1154).
2636
- - [bezierTools] Implemented cusp support and removed ``approximate_fallback``
2637
- arg in ``calcQuadraticArcLength``. Added ``calcCubicArcLength`` (#1142).
2638
-
2639
- 3.21.2 (released 2018-01-08)
2640
- ----------------------------
2641
-
2642
- - [varLib] Fixed merging PairPos Format1/2 with missing subtables (#1125).
2643
-
2644
- 3.21.1 (released 2018-01-03)
2645
- ----------------------------
2646
-
2647
- - [feaLib] Allow mixed single/multiple substitutions (#612)
2648
- - Added missing ``*.afm`` test assets to MAINFEST.in (#1137).
2649
- - Fixed dumping ``SVG`` tables containing color palettes (#1124).
2650
-
2651
- 3.21.0 (released 2017-12-18)
2652
- ----------------------------
2653
-
2654
- - [cmap] when compiling format6 subtable, don't assume gid0 is always called
2655
- '.notdef' (1e42224).
2656
- - [ot] Allow decompiling fonts with bad Coverage format number (1aafae8).
2657
- - Change FontTools licence to MIT (#1127).
2658
- - [post] Prune extra names already in standard Mac set (df1e8c7).
2659
- - [subset] Delete empty SubrsIndex after subsetting (#994, #1118).
2660
- - [varLib] Don't share points in cvar by default, as it currently fails on
2661
- some browsers (#1113).
2662
- - [afmLib] Make poor old afmLib work on python3.
2663
-
2664
- 3.20.1 (released 2017-11-22)
2665
- ----------------------------
2666
-
2667
- - [unicodedata] Fixed issue with ``script`` and ``script_extension`` functions
2668
- returning inconsistent short vs long names. They both return the short four-
2669
- letter script codes now. Added ``script_name`` and ``script_code`` functions
2670
- to look up the long human-readable script name from the script code, and
2671
- viceversa (#1109, #1111).
2672
-
2673
- 3.20.0 (released 2017-11-21)
2674
- ----------------------------
2675
-
2676
- - [unicodedata] Addded new module ``fontTools.unicodedata`` which exports the
2677
- same interface as the built-in ``unicodedata`` module, with the addition of
2678
- a few functions that are missing from the latter, such as ``script``,
2679
- ``script_extension`` and ``block``. Added a ``MetaTools/buildUCD.py`` script
2680
- to download and parse data files from the Unicode Character Database and
2681
- generate python modules containing lists of ranges and property values.
2682
- - [feaLib] Added ``__str__`` method to all ``ast`` elements (delegates to the
2683
- ``asFea`` method).
2684
- - [feaLib] ``Parser`` constructor now accepts a ``glyphNames`` iterable
2685
- instead of ``glyphMap`` dict. The latter still works but with a pending
2686
- deprecation warning (#1104).
2687
- - [bezierTools] Added arc length calculation functions originally from
2688
- ``pens.perimeterPen`` module (#1101).
2689
- - [varLib] Started generating STAT table (8af4309). Right now it just reflects
2690
- the axes, and even that with certain limitations:
2691
- * AxisOrdering is set to the order axes are defined,
2692
- * Name-table entries are not shared with fvar.
2693
- - [py23] Added backports for ``redirect_stdout`` and ``redirect_stderr``
2694
- context managers (#1097).
2695
- - [Graphite] Fixed some round-trip bugs (#1093).
2696
-
2697
- 3.19.0 (released 2017-11-06)
2698
- ----------------------------
2699
-
2700
- - [varLib] Try set of used points instead of all points when testing whether to
2701
- share points between tuples (#1090).
2702
- - [CFF2] Fixed issue with reading/writing PrivateDict BlueValues to TTX file.
2703
- Read the commit message 8b02b5a and issue #1030 for more details.
2704
- NOTE: this change invalidates all the TTX files containing CFF2 tables
2705
- that where dumped with previous verisons of fonttools.
2706
- CFF2 Subr items can have values on the stack after the last operator, thus
2707
- a ``CFF2Subr`` class was added to accommodate this (#1091).
2708
- - [_k_e_r_n] Fixed compilation of AAT kern version=1.0 tables (#1089, #1094)
2709
- - [ttLib] Added getBestCmap() convenience method to TTFont class and cmap table
2710
- class that returns a preferred Unicode cmap subtable given a list of options
2711
- (#1092).
2712
- - [morx] Emit more meaningful subtable flags. Implement InsertionMorphAction
2713
-
2714
- 3.18.0 (released 2017-10-30)
2715
- ----------------------------
2716
-
2717
- - [feaLib] Fixed writing back nested glyph classes (#1086).
2718
- - [TupleVariation] Reactivated shared points logic, bugfixes (#1009).
2719
- - [AAT] Implemented ``morx`` ligature subtables (#1082).
2720
- - [reverseContourPen] Keep duplicate lineTo following a moveTo (#1080,
2721
- https://github.com/googlei18n/cu2qu/issues/51).
2722
- - [varLib.mutator] Suport instantiation of GPOS, GDEF and MVAR (#1079).
2723
- - [sstruct] Fixed issue with ``unicode_literals`` and ``struct`` module in
2724
- old versions of python 2.7 (#993).
2725
-
2726
- 3.17.0 (released 2017-10-16)
2727
- ----------------------------
2728
-
2729
- - [svgPathPen] Added an ``SVGPathPen`` that translates segment pen commands
2730
- into SVG path descriptions. Copied from Tal Leming's ``ufo2svg.svgPathPen``
2731
- https://github.com/typesupply/ufo2svg/blob/d69f992/Lib/ufo2svg/svgPathPen.py
2732
- - [reverseContourPen] Added ``ReverseContourPen``, a filter pen that draws
2733
- contours with the winding direction reversed, while keeping the starting
2734
- point (#1071).
2735
- - [filterPen] Added ``ContourFilterPen`` to manipulate contours as a whole
2736
- rather than segment by segment.
2737
- - [arrayTools] Added ``Vector`` class to apply math operations on an array
2738
- of numbers, and ``pairwise`` function to loop over pairs of items in an
2739
- iterable.
2740
- - [varLib] Added support for building and interpolation of ``cvar`` table
2741
- (f874cf6, a25a401).
2742
-
2743
- 3.16.0 (released 2017-10-03)
2744
- ----------------------------
2745
-
2746
- - [head] Try using ``SOURCE_DATE_EPOCH`` environment variable when setting
2747
- the ``head`` modified timestamp to ensure reproducible builds (#1063).
2748
- See https://reproducible-builds.org/specs/source-date-epoch/
2749
- - [VTT] Decode VTT's ``TSI*`` tables text as UTF-8 (#1060).
2750
- - Added support for Graphite font tables: Feat, Glat, Gloc, Silf and Sill.
2751
- Thanks @mhosken! (#1054).
2752
- - [varLib] Default to using axis "name" attribute if "labelname" element
2753
- is missing (588f524).
2754
- - [merge] Added support for merging Script records. Remove unused features
2755
- and lookups after merge (d802580, 556508b).
2756
- - Added ``fontTools.svgLib`` package. Includes a parser for SVG Paths that
2757
- supports the Pen protocol (#1051). Also, added a snippet to convert SVG
2758
- outlines to UFO GLIF (#1053).
2759
- - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``,
2760
- and ``cidg``.
2761
- - [subset] Implemented subsetting of ``prop``, ``opbd``, ``bsln``, ``lcar``.
2762
-
2763
- 3.15.1 (released 2017-08-18)
2764
- ----------------------------
2765
-
2766
- - [otConverters] Implemented ``__add__`` and ``__radd__`` methods on
2767
- ``otConverters._LazyList`` that decompile a lazy list before adding
2768
- it to another list or ``_LazyList`` instance. Fixes an ``AttributeError``
2769
- in the ``subset`` module when attempting to sum ``_LazyList`` objects
2770
- (6ef48bd2, 1aef1683).
2771
- - [AAT] Support the `opbd` table with optical bounds (a47f6588).
2772
- - [AAT] Support `prop` table with glyph properties (d05617b4).
2773
-
2774
-
2775
- 3.15.0 (released 2017-08-17)
2776
- ----------------------------
2777
-
2778
- - [AAT] Added support for AAT lookups. The ``lcar`` table can be decompiled
2779
- and recompiled; futher work needed to handle ``morx`` table (#1025).
2780
- - [subset] Keep (empty) DefaultLangSys for Script 'DFLT' (6eb807b5).
2781
- - [subset] Support GSUB/GPOS.FeatureVariations (fe01d87b).
2782
- - [varLib] In ``models.supportScalars``, ignore an axis when its peak value
2783
- is 0 (fixes #1020).
2784
- - [varLib] Add default mappings to all axes in avar to fix rendering issue
2785
- in some rasterizers (19c4b377, 04eacf13).
2786
- - [varLib] Flatten multiple tail PairPosFormat2 subtables before merging
2787
- (c55ef525).
2788
- - [ttLib] Added support for recalculating font bounding box in ``CFF`` and
2789
- ``head`` tables, and min/max values in ``hhea`` and ``vhea`` tables (#970).
2790
-
2791
- 3.14.0 (released 2017-07-31)
2792
- ----------------------------
2793
-
2794
- - [varLib.merger] Remove Extensions subtables before merging (f7c20cf8).
2795
- - [varLib] Initialize the avar segment map with required default entries
2796
- (#1014).
2797
- - [varLib] Implemented optimal IUP optmiziation (#1019).
2798
- - [otData] Add ``AxisValueFormat4`` for STAT table v1.2 from OT v1.8.2
2799
- (#1015).
2800
- - [name] Fixed BCP46 language tag for Mac langID=9: 'si' -> 'sl'.
2801
- - [subset] Return value from ``_DehintingT2Decompiler.op_hintmask``
2802
- (c0d672ba).
2803
- - [cffLib] Allow to get TopDict by index as well as by name (dca96c9c).
2804
- - [cffLib] Removed global ``isCFF2`` state; use one set of classes for
2805
- both CFF and CFF2, maintaining backward compatibility existing code (#1007).
2806
- - [cffLib] Deprecated maxstack operator, per OpenType spec update 1.8.1.
2807
- - [cffLib] Added missing default (-100) for UnderlinePosition (#983).
2808
- - [feaLib] Enable setting nameIDs greater than 255 (#1003).
2809
- - [varLib] Recalculate ValueFormat when merging SinglePos (#996).
2810
- - [varLib] Do not emit MVAR if there are no entries in the variation store
2811
- (#987).
2812
- - [ttx] For ``-x`` option, pad with space if table tag length is < 4.
2813
-
2814
- 3.13.1 (released 2017-05-30)
2815
- ----------------------------
2816
-
2817
- - [feaLib.builder] Removed duplicate lookups optimization. The original
2818
- lookup order and semantics of the feature file are preserved (#976).
2819
-
2820
- 3.13.0 (released 2017-05-24)
2821
- ----------------------------
2822
-
2823
- - [varLib.mutator] Implement IUP optimization (#969).
2824
- - [_g_l_y_f.GlyphCoordinates] Changed ``__bool__()`` semantics to match those
2825
- of other iterables (e46f949). Removed ``__abs__()`` (3db5be2).
2826
- - [varLib.interpolate_layout] Added ``mapped`` keyword argument to
2827
- ``interpolate_layout`` to allow disabling avar mapping: if False (default),
2828
- the location is mapped using the map element of the axes in designspace file;
2829
- if True, it is assumed that location is in designspace's internal space and
2830
- no mapping is performed (#950, #975).
2831
- - [varLib.interpolate_layout] Import designspace-loading logic from varLib.
2832
- - [varLib] Fixed bug with recombining PairPosClass2 subtables (81498e5, #914).
2833
- - [cffLib.specializer] When copying iterables, cast to list (462b7f86).
2834
-
2835
- 3.12.1 (released 2017-05-18)
2836
- ----------------------------
2837
-
2838
- - [pens.t2CharStringPen] Fixed AttributeError when calling addComponent in
2839
- T2CharStringPen (#965).
2840
-
2841
- 3.12.0 (released 2017-05-17)
2842
- ----------------------------
2843
-
2844
- - [cffLib.specializer] Added new ``specializer`` module to optimize CFF
2845
- charstrings, used by the T2CharStringPen (#948).
2846
- - [varLib.mutator] Sort glyphs by component depth before calculating composite
2847
- glyphs' bounding boxes to ensure deltas are correctly caclulated (#945).
2848
- - [_g_l_y_f] Fixed loss of precision in GlyphCoordinates by using 'd' (double)
2849
- instead of 'f' (float) as ``array.array`` typecode (#963, #964).
2850
-
2851
- 3.11.0 (released 2017-05-03)
2852
- ----------------------------
2853
-
2854
- - [t2CharStringPen] Initial support for specialized Type2 path operators:
2855
- vmoveto, hmoveto, vlineto, hlineto, vvcurveto, hhcurveto, vhcurveto and
2856
- hvcurveto. This should produce more compact charstrings (#940, #403).
2857
- - [Doc] Added Sphinx sources for the documentation. Thanks @gferreira (#935).
2858
- - [fvar] Expose flags in XML (#932)
2859
- - [name] Add helper function for building multi-lingual names (#921)
2860
- - [varLib] Fixed kern merging when a PairPosFormat2 has ClassDef1 with glyphs
2861
- that are NOT present in the Coverage (1b5e1c4, #939).
2862
- - [varLib] Fixed non-deterministic ClassDef order with PY3 (f056c12, #927).
2863
- - [feLib] Throw an error when the same glyph is defined in multiple mark
2864
- classes within the same lookup (3e3ff00, #453).
2865
-
2866
- 3.10.0 (released 2017-04-14)
2867
- ----------------------------
2868
-
2869
- - [varLib] Added support for building ``avar`` table, using the designspace
2870
- ``<map>`` elements.
2871
- - [varLib] Removed unused ``build(..., axisMap)`` argument. Axis map should
2872
- be specified in designspace file now. We do not accept nonstandard axes
2873
- if ``<axes>`` element is not present.
2874
- - [varLib] Removed "custom" axis from the ``standard_axis_map``. This was
2875
- added before when glyphsLib was always exporting the (unused) custom axis.
2876
- - [varLib] Added partial support for building ``MVAR`` table; does not
2877
- implement ``gasp`` table variations yet.
2878
- - [pens] Added FilterPen base class, for pens that control another pen;
2879
- factored out ``addComponent`` method from BasePen into a separate abstract
2880
- DecomposingPen class; added DecomposingRecordingPen, which records
2881
- components decomposed as regular contours.
2882
- - [TSI1] Fixed computation of the textLength of VTT private tables (#913).
2883
- - [loggingTools] Added ``LogMixin`` class providing a ``log`` property to
2884
- subclasses, which returns a ``logging.Logger`` named after the latter.
2885
- - [loggingTools] Added ``assertRegex`` method to ``CapturingLogHandler``.
2886
- - [py23] Added backport for python 3's ``types.SimpleNamespace`` class.
2887
- - [EBLC] Fixed issue with python 3 ``zip`` iterator.
2888
-
2889
- 3.9.2 (released 2017-04-08)
2890
- ---------------------------
2891
-
2892
- - [pens] Added pen to draw glyphs using WxPython ``GraphicsPath`` class:
2893
- https://wxpython.org/docs/api/wx.GraphicsPath-class.html
2894
- - [varLib.merger] Fixed issue with recombining multiple PairPosFormat2
2895
- subtables (#888)
2896
- - [varLib] Do not encode gvar deltas that are all zeroes, or if all values
2897
- are smaller than tolerance.
2898
- - [ttLib] _TTGlyphSet glyphs now also have ``height`` and ``tsb`` (top
2899
- side bearing) attributes from the ``vmtx`` table, if present.
2900
- - [glyf] In ``GlyphCoordintes`` class, added ``__bool__`` / ``__nonzero__``
2901
- methods, and ``array`` property to get raw array.
2902
- - [ttx] Support reading TTX files with BOM (#896)
2903
- - [CFF2] Fixed the reporting of the number of regions in the font.
2904
-
2905
- 3.9.1 (released 2017-03-20)
2906
- ---------------------------
2907
-
2908
- - [varLib.merger] Fixed issue while recombining multiple PairPosFormat2
2909
- subtables if they were split because of offset overflows (9798c30).
2910
- - [varLib.merger] Only merge multiple PairPosFormat1 subtables if there is
2911
- at least one of the fonts with a non-empty Format1 subtable (0f5a46b).
2912
- - [varLib.merger] Fixed IndexError with empty ClassDef1 in PairPosFormat2
2913
- (aad0d46).
2914
- - [varLib.merger] Avoid reusing Class2Record (mutable) objects (e6125b3).
2915
- - [varLib.merger] Calculate ClassDef1 and ClassDef2's Format when merging
2916
- PairPosFormat2 (23511fd).
2917
- - [macUtils] Added missing ttLib import (b05f203).
2918
-
2919
- 3.9.0 (released 2017-03-13)
2920
- ---------------------------
2921
-
2922
- - [feaLib] Added (partial) support for parsing feature file comments ``# ...``
2923
- appearing in between statements (#879).
2924
- - [feaLib] Cleaned up syntax tree for FeatureNames.
2925
- - [ttLib] Added support for reading/writing ``CFF2`` table (thanks to
2926
- @readroberts at Adobe), and ``TTFA`` (ttfautohint) table.
2927
- - [varLib] Fixed regression introduced with 3.8.0 in the calculation of
2928
- ``NumShorts``, i.e. the number of deltas in ItemVariationData's delta sets
2929
- that use a 16-bit representation (b2825ff).
2930
-
2931
- 3.8.0 (released 2017-03-05)
2932
- ---------------------------
2933
-
2934
- - New pens: MomentsPen, StatisticsPen, RecordingPen, and TeePen.
2935
- - [misc] Added new ``fontTools.misc.symfont`` module, for symbolic font
2936
- statistical analysis; requires ``sympy`` (http://www.sympy.org/en/index.html)
2937
- - [varLib] Added experimental ``fontTools.varLib.interpolatable`` module for
2938
- finding wrong contour order between different masters
2939
- - [varLib] designspace.load() now returns a dictionary, instead of a tuple,
2940
- and supports <axes> element (#864); the 'masters' item was renamed 'sources',
2941
- like the <sources> element in the designspace document
2942
- - [ttLib] Fixed issue with recalculating ``head`` modified timestamp when
2943
- saving CFF fonts
2944
- - [ttLib] In TupleVariation, round deltas before compiling (#861, fixed #592)
2945
- - [feaLib] Ignore duplicate glyphs in classes used as MarkFilteringSet and
2946
- MarkAttachmentType (#863)
2947
- - [merge] Changed the ``gasp`` table merge logic so that only the one from
2948
- the first font is retained, similar to other hinting tables (#862)
2949
- - [Tests] Added tests for the ``varLib`` package, as well as test fonts
2950
- from the "Annotated OpenType Specification" (AOTS) to exercise ``ttLib``'s
2951
- table readers/writers (<https://github.com/adobe-type-tools/aots>)
2952
-
2953
- 3.7.2 (released 2017-02-17)
2954
- ---------------------------
2955
-
2956
- - [subset] Keep advance widths when stripping ".notdef" glyph outline in
2957
- CID-keyed CFF fonts (#845)
2958
- - [feaLib] Zero values now produce the same results as makeotf (#633, #848)
2959
- - [feaLib] More compact encoding for “Contextual positioning with in-line
2960
- single positioning rules” (#514)
2961
-
2962
- 3.7.1 (released 2017-02-15)
2963
- ---------------------------
2964
-
2965
- - [subset] Fixed issue with ``--no-hinting`` option whereby advance widths in
2966
- Type 2 charstrings were also being stripped (#709, #343)
2967
- - [feaLib] include statements now resolve relative paths like makeotf (#838)
2968
- - [feaLib] table ``name`` now handles Unicode codepoints beyond the Basic
2969
- Multilingual Plane, also supports old-style MacOS platform encodings (#842)
2970
- - [feaLib] correctly escape string literals when emitting feature syntax (#780)
2971
-
2972
- 3.7.0 (released 2017-02-11)
2973
- ---------------------------
2974
-
2975
- - [ttx, mtiLib] Preserve ordering of glyph alternates in GSUB type 3 (#833).
2976
- - [feaLib] Glyph names can have dashes, as per new AFDKO syntax v1.20 (#559).
2977
- - [feaLib] feaLib.Parser now needs the font's glyph map for parsing.
2978
- - [varLib] Fix regression where GPOS values were stored as 0.
2979
- - [varLib] Allow merging of class-based kerning when ClassDefs are different
2980
-
2981
- 3.6.3 (released 2017-02-06)
2982
- ---------------------------
2983
-
2984
- - [varLib] Fix building variation of PairPosFormat2 (b5c34ce).
2985
- - Populate defaults even for otTables that have postRead (e45297b).
2986
- - Fix compiling of MultipleSubstFormat1 with zero 'out' glyphs (b887860).
2987
-
2988
- 3.6.2 (released 2017-01-30)
2989
- ---------------------------
2990
-
2991
- - [varLib.merger] Fixed "TypeError: reduce() of empty sequence with no
2992
- initial value" (3717dc6).
2993
-
2994
- 3.6.1 (released 2017-01-28)
2995
- ---------------------------
2996
-
2997
- - [py23] Fixed unhandled exception occurring at interpreter shutdown in
2998
- the "last resort" logging handler (972b3e6).
2999
- - [agl] Ensure all glyph names are of native 'str' type; avoid mixing
3000
- 'str' and 'unicode' in TTFont.glyphOrder (d8c4058).
3001
- - Fixed inconsistent title levels in README.rst that caused PyPI to
3002
- incorrectly render the reStructuredText page.
3003
-
3004
- 3.6.0 (released 2017-01-26)
3005
- ---------------------------
3006
-
3007
- - [varLib] Refactored and improved the variation-font-building process.
3008
- - Assembly code in the fpgm, prep, and glyf tables is now indented in
3009
- XML output for improved readability. The ``instruction`` element is
3010
- written as a simple tag if empty (#819).
3011
- - [ttx] Fixed 'I/O operation on closed file' error when dumping
3012
- multiple TTXs to standard output with the '-o -' option.
3013
- - The unit test modules (``*_test.py``) have been moved outside of the
3014
- fontTools package to the Tests folder, thus they are no longer
3015
- installed (#811).
3016
-
3017
- 3.5.0 (released 2017-01-14)
3018
- ---------------------------
3019
-
3020
- - Font tables read from XML can now be written back to XML with no
3021
- loss.
3022
- - GSUB/GPOS LookupType is written out in XML as an element, not
3023
- comment. (#792)
3024
- - When parsing cmap table, do not store items mapped to glyph id 0.
3025
- (#790)
3026
- - [otlLib] Make ClassDef sorting deterministic. Fixes #766 (7d1ddb2)
3027
- - [mtiLib] Added unit tests (#787)
3028
- - [cvar] Implemented cvar table
3029
- - [gvar] Renamed GlyphVariation to TupleVariation to match OpenType
3030
- terminology.
3031
- - [otTables] Handle gracefully empty VarData.Item array when compiling
3032
- XML. (#797)
3033
- - [varLib] Re-enabled generation of ``HVAR`` table for fonts with
3034
- TrueType outlines; removed ``--build-HVAR`` command-line option.
3035
- - [feaLib] The parser can now be extended to support non-standard
3036
- statements in FEA code by using a customized Abstract Syntax Tree.
3037
- See, for example, ``feaLib.builder_test.test_extensions`` and
3038
- baseClass.feax (#794, fixes #773).
3039
- - [feaLib] Added ``feaLib`` command to the 'fonttools' command-line
3040
- tool; applies a feature file to a font. ``fonttools feaLib -h`` for
3041
- help.
3042
- - [pens] The ``T2CharStringPen`` now takes an optional
3043
- ``roundTolerance`` argument to control the rounding of coordinates
3044
- (#804, fixes #769).
3045
- - [ci] Measure test coverage on all supported python versions and OSes,
3046
- combine coverage data and upload to
3047
- https://codecov.io/gh/fonttools/fonttools (#786)
3048
- - [ci] Configured Travis and Appveyor for running tests on Python 3.6
3049
- (#785, 55c03bc)
3050
- - The manual pages installation directory can be customized through
3051
- ``FONTTOOLS_MANPATH`` environment variable (#799, fixes #84).
3052
- - [Snippets] Added otf2ttf.py, for converting fonts from CFF to
3053
- TrueType using the googlei18n/cu2qu module (#802)
3054
-
3055
- 3.4.0 (released 2016-12-21)
3056
- ---------------------------
3057
-
3058
- - [feaLib] Added support for generating FEA text from abstract syntax
3059
- tree (AST) objects (#776). Thanks @mhosken
3060
- - Added ``agl.toUnicode`` function to convert AGL-compliant glyph names
3061
- to Unicode strings (#774)
3062
- - Implemented MVAR table (b4d5381)
3063
-
3064
- 3.3.1 (released 2016-12-15)
3065
- ---------------------------
3066
-
3067
- - [setup] We no longer use versioneer.py to compute fonttools version
3068
- from git metadata, as this has caused issues for some users (#767).
3069
- Now we bump the version strings manually with a custom ``release``
3070
- command of setup.py script.
3071
-
3072
- 3.3.0 (released 2016-12-06)
3073
- ---------------------------
3074
-
3075
- - [ttLib] Implemented STAT table from OpenType 1.8 (#758)
3076
- - [cffLib] Fixed decompilation of CFF fonts containing non-standard
3077
- key/value pairs in FontDict (issue #740; PR #744)
3078
- - [py23] minor: in ``round3`` function, allow the second argument to be
3079
- ``None`` (#757)
3080
- - The standalone ``sstruct`` and ``xmlWriter`` modules, deprecated
3081
- since vesion 3.2.0, have been removed. They can be imported from the
3082
- ``fontTools.misc`` package.
3083
-
3084
- 3.2.3 (released 2016-12-02)
3085
- ---------------------------
3086
-
3087
- - [py23] optimized performance of round3 function; added backport for
3088
- py35 math.isclose() (9d8dacb)
3089
- - [subset] fixed issue with 'narrow' (UCS-2) Python 2 builds and
3090
- ``--text``/``--text-file`` options containing non-BMP chararcters
3091
- (16d0e5e)
3092
- - [varLib] fixed issuewhen normalizing location values (8fa2ee1, #749)
3093
- - [inspect] Made it compatible with both python2 and python3 (167ee60,
3094
- #748). Thanks @pnemade
3095
-
3096
- 3.2.2 (released 2016-11-24)
3097
- ---------------------------
3098
-
3099
- - [varLib] Do not emit null axes in fvar (1bebcec). Thanks @robmck-ms
3100
- - [varLib] Handle fonts without GPOS (7915a45)
3101
- - [merge] Ignore LangSys if None (a11bc56)
3102
- - [subset] Fix subsetting MathVariants (78d3cbe)
3103
- - [OS/2] Fix "Private Use (plane 15)" range (08a0d55). Thanks @mashabow
3104
-
3105
- 3.2.1 (released 2016-11-03)
3106
- ---------------------------
3107
-
3108
- - [OS/2] fix checking ``fsSelection`` bits matching ``head.macStyle``
3109
- bits
3110
- - [varLib] added ``--build-HVAR`` option to generate ``HVAR`` table for
3111
- fonts with TrueType outlines. For ``CFF2``, it is enabled by default.
3112
-
3113
- 3.2.0 (released 2016-11-02)
3114
- ---------------------------
3115
-
3116
- - [varLib] Improve support for OpenType 1.8 Variable Fonts:
3117
- - Implement GDEF's VariationStore
3118
- - Implement HVAR/VVAR tables
3119
- - Partial support for loading MutatorMath .designspace files with
3120
- varLib.designspace module
3121
- - Add varLib.models with Variation fonts interpolation models
3122
- - Implement GSUB/GPOS FeatureVariations
3123
- - Initial support for interpolating and merging OpenType Layout tables
3124
- (see ``varLib.interpolate_layout`` and ``varLib.merger`` modules)
3125
- - [API change] Change version to be an integer instead of a float in
3126
- XML output for GSUB, GPOS, GDEF, MATH, BASE, JSTF, HVAR, VVAR, feat,
3127
- hhea and vhea tables. Scripts that set the Version for those to 1.0
3128
- or other float values also need fixing. A warning is emitted when
3129
- code or XML needs fix.
3130
- - several bug fixes to the cffLib module, contributed by Adobe's
3131
- @readroberts
3132
- - The XML output for CFF table now has a 'major' and 'minor' elements
3133
- for specifying whether it's version 1.0 or 2.0 (support for CFF2 is
3134
- coming soon)
3135
- - [setup.py] remove undocumented/deprecated ``extra_path`` Distutils
3136
- argument. This means that we no longer create a "FontTools" subfolder
3137
- in site-packages containing the actual fontTools package, as well as
3138
- the standalone xmlWriter and sstruct modules. The latter modules are
3139
- also deprecated, and scheduled for removal in upcoming releases.
3140
- Please change your import statements to point to from fontTools.misc
3141
- import xmlWriter and from fontTools.misc import sstruct.
3142
- - [scripts] Add a 'fonttools' command-line tool that simply runs
3143
- ``fontTools.*`` sub-modules: e.g. ``fonttools ttx``,
3144
- ``fonttools subset``, etc.
3145
- - [hmtx/vmts] Read advance width/heights as unsigned short (uint16);
3146
- automatically round float values to integers.
3147
- - [ttLib/xmlWriter] add 'newlinestr=None' keyword argument to
3148
- ``TTFont.saveXML`` for overriding os-specific line endings (passed on
3149
- to ``XMLWriter`` instances).
3150
- - [versioning] Use versioneer instead of ``setuptools_scm`` to
3151
- dynamically load version info from a git checkout at import time.
3152
- - [feaLib] Support backslash-prefixed glyph names.
3153
-
3154
- 3.1.2 (released 2016-09-27)
3155
- ---------------------------
3156
-
3157
- - restore Makefile as an alternative way to build/check/install
3158
- - README.md: update instructions for installing package from source,
3159
- and for running test suite
3160
- - NEWS: Change log was out of sync with tagged release
3161
-
3162
- 3.1.1 (released 2016-09-27)
3163
- ---------------------------
3164
-
3165
- - Fix ``ttLibVersion`` attribute in TTX files still showing '3.0'
3166
- instead of '3.1'.
3167
- - Use ``setuptools_scm`` to manage package versions.
3168
-
3169
- 3.1.0 (released 2016-09-26)
3170
- ---------------------------
3171
-
3172
- - [feaLib] New library to parse and compile Adobe FDK OpenType Feature
3173
- files.
3174
- - [mtiLib] New library to parse and compile Monotype 'FontDame'
3175
- OpenType Layout Tables files.
3176
- - [voltLib] New library to parse Microsoft VOLT project files.
3177
- - [otlLib] New library to work with OpenType Layout tables.
3178
- - [varLib] New library to work with OpenType Font Variations.
3179
- - [pens] Add ttGlyphPen to draw to TrueType glyphs, and t2CharStringPen
3180
- to draw to Type 2 Charstrings (CFF); add areaPen and perimeterPen.
3181
- - [ttLib.tables] Implement 'meta' and 'trak' tables.
3182
- - [ttx] Add --flavor option for compiling to 'woff' or 'woff2'; add
3183
- ``--with-zopfli`` option to use Zopfli to compress WOFF 1.0 fonts.
3184
- - [subset] Support subsetting 'COLR'/'CPAL' and 'CBDT'/'CBLC' color
3185
- fonts tables, and 'gvar' table for variation fonts.
3186
- - [Snippets] Add ``symfont.py``, for symbolic font statistics analysis;
3187
- interpolatable.py, a preliminary script for detecting interpolation
3188
- errors; ``{merge,dump}_woff_metadata.py``.
3189
- - [classifyTools] Helpers to classify things into classes.
3190
- - [CI] Run tests on Windows, Linux and macOS using Appveyor and Travis
3191
- CI; check unit test coverage with Coverage.py/Coveralls; automatic
3192
- deployment to PyPI on tags.
3193
- - [loggingTools] Use Python built-in logging module to print messages.
3194
- - [py23] Make round() behave like Python 3 built-in round(); define
3195
- round2() and round3().
3196
-
3197
- 3.0 (released 2015-09-01)
3198
- -------------------------
3199
-
3200
- - Add Snippet scripts for cmap subtable format conversion, printing
3201
- GSUB/GPOS features, building a GX font from two masters
3202
- - TTX WOFF2 support and a ``-f`` option to overwrite output file(s)
3203
- - Support GX tables: ``avar``, ``gvar``, ``fvar``, ``meta``
3204
- - Support ``feat`` and gzip-compressed SVG tables
3205
- - Upgrade Mac East Asian encodings to native implementation if
3206
- available
3207
- - Add Roman Croatian and Romanian encodings, codecs for mac-extended
3208
- East Asian encodings
3209
- - Implement optimal GLYF glyph outline packing; disabled by default
3210
-
3211
- 2.5 (released 2014-09-24)
3212
- -------------------------
3213
-
3214
- - Add a Qt pen
3215
- - Add VDMX table converter
3216
- - Load all OpenType sub-structures lazily
3217
- - Add support for cmap format 13.
3218
- - Add pyftmerge tool
3219
- - Update to Unicode 6.3.0d3
3220
- - Add pyftinspect tool
3221
- - Add support for Google CBLC/CBDT color bitmaps, standard EBLC/EBDT
3222
- embedded bitmaps, and ``SVG`` table (thanks to Read Roberts at Adobe)
3223
- - Add support for loading, saving and ttx'ing WOFF file format
3224
- - Add support for Microsoft COLR/CPAL layered color glyphs
3225
- - Support PyPy
3226
- - Support Jython, by replacing numpy with array/lists modules and
3227
- removed it, pure-Python StringIO, not cStringIO
3228
- - Add pyftsubset and Subsetter object, supporting CFF and TTF
3229
- - Add to ttx args for -q for quiet mode, -z to choose a bitmap dump
3230
- format
3231
-
3232
- 2.4 (released 2013-06-22)
3233
- -------------------------
3234
-
3235
- - Option to write to arbitrary files
3236
- - Better dump format for DSIG
3237
- - Better detection of OTF XML
3238
- - Fix issue with Apple's kern table format
3239
- - Fix mangling of TT glyph programs
3240
- - Fix issues related to mona.ttf
3241
- - Fix Windows Installer instructions
3242
- - Fix some modern MacOS issues
3243
- - Fix minor issues and typos
3244
-
3245
- 2.3 (released 2009-11-08)
3246
- -------------------------
3247
-
3248
- - TrueType Collection (TTC) support
3249
- - Python 2.6 support
3250
- - Update Unicode data to 5.2.0
3251
- - Couple of bug fixes
3252
-
3253
- 2.2 (released 2008-05-18)
3254
- -------------------------
3255
-
3256
- - ClearType support
3257
- - cmap format 1 support
3258
- - PFA font support
3259
- - Switched from Numeric to numpy
3260
- - Update Unicode data to 5.1.0
3261
- - Update AGLFN data to 1.6
3262
- - Many bug fixes
3263
-
3264
- 2.1 (released 2008-01-28)
3265
- -------------------------
3266
-
3267
- - Many years worth of fixes and features
3268
-
3269
- 2.0b2 (released 2002-??-??)
3270
- ---------------------------
3271
-
3272
- - Be "forgiving" when interpreting the maxp table version field:
3273
- interpret any value as 1.0 if it's not 0.5. Fixes dumping of these
3274
- GPL fonts: http://www.freebsd.org/cgi/pds.cgi?ports/chinese/wangttf
3275
- - Fixed ttx -l: it turned out this part of the code didn't work with
3276
- Python 2.2.1 and earlier. My bad to do most of my testing with a
3277
- different version than I shipped TTX with :-(
3278
- - Fixed bug in ClassDef format 1 subtable (Andreas Seidel bumped into
3279
- this one).
3280
-
3281
- 2.0b1 (released 2002-09-10)
3282
- ---------------------------
3283
-
3284
- - Fixed embarrassing bug: the master checksum in the head table is now
3285
- calculated correctly even on little-endian platforms (such as Intel).
3286
- - Made the cmap format 4 compiler smarter: the binary data it creates
3287
- is now more or less as compact as possible. TTX now makes more
3288
- compact data than in any shipping font I've tested it with.
3289
- - Dump glyph names as a separate "GlyphOrder" pseudo table as opposed
3290
- to as part of the glyf table (obviously needed for CFF-OTF's).
3291
- - Added proper support for the CFF table.
3292
- - Don't barf on empty tables (questionable, but "there are font out
3293
- there...")
3294
- - When writing TT glyf data, align glyphs on 4-byte boundaries. This
3295
- seems to be the current recommendation by MS. Also: don't barf on
3296
- fonts which are already 4-byte aligned.
3297
- - Windows installer contributed bu Adam Twardoch! Yay!
3298
- - Changed the command line interface again, now by creating one new
3299
- tool replacing the old ones: ttx It dumps and compiles, depending on
3300
- input file types. The options have changed somewhat.
3301
- - The -d option is back (output dir)
3302
- - ttcompile's -i options is now called -m (as in "merge"), to avoid
3303
- clash with dump's -i.
3304
- - The -s option ("split tables") no longer creates a directory, but
3305
- instead outputs a small .ttx file containing references to the
3306
- individual table files. This is not a true link, it's a simple file
3307
- name, and the referenced file should be in the same directory so
3308
- ttcompile can find them.
3309
- - compile no longer accepts a directory as input argument. Instead it
3310
- can parse the new "mini-ttx" format as output by "ttx -s".
3311
- - all arguments are input files
3312
- - Renamed the command line programs and moved them to the Tools
3313
- subdirectory. They are now installed by the setup.py install script.
3314
- - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
3315
- fully supported. The XML output is not yet final, as I'm still
3316
- considering to output certain subtables in a more human-friendly
3317
- manner.
3318
- - Fixed 'kern' table to correctly accept subtables it doesn't know
3319
- about, as well as interpreting Apple's definition of the 'kern' table
3320
- headers correctly.
3321
- - Fixed bug where glyphnames were not calculated from 'cmap' if it was
3322
- (one of the) first tables to be decompiled. More specifically: it
3323
- cmap was the first to ask for a glyphID -> glyphName mapping.
3324
- - Switched XML parsers: use expat instead of xmlproc. Should be faster.
3325
- - Removed my UnicodeString object: I now require Python 2.0 or up,
3326
- which has unicode support built in.
3327
- - Removed assert in glyf table: redundant data at the end of the table
3328
- is now ignored instead of raising an error. Should become a warning.
3329
- - Fixed bug in hmtx/vmtx code that only occured if all advances were
3330
- equal.
3331
- - Fixed subtle bug in TT instruction disassembler.
3332
- - Couple of fixes to the 'post' table.
3333
- - Updated OS/2 table to latest spec.
3334
-
3335
- 1.0b1 (released 2001-08-10)
3336
- ---------------------------
3337
-
3338
- - Reorganized the command line interface for ttDump.py and
3339
- ttCompile.py, they now behave more like "normal" command line tool,
3340
- in that they accept multiple input files for batch processing.
3341
- - ttDump.py and ttCompile.py don't silently override files anymore, but
3342
- ask before doing so. Can be overridden by -f.
3343
- - Added -d option to both ttDump.py and ttCompile.py.
3344
- - Installation is now done with distutils. (Needs work for environments
3345
- without compilers.)
3346
- - Updated installation instructions.
3347
- - Added some workarounds so as to handle certain buggy fonts more
3348
- gracefully.
3349
- - Updated Unicode table to Unicode 3.0 (Thanks Antoine!)
3350
- - Included a Python script by Adam Twardoch that adds some useful stuff
3351
- to the Windows registry.
3352
- - Moved the project to SourceForge.
3353
-
3354
- 1.0a6 (released 2000-03-15)
3355
- ---------------------------
3356
-
3357
- - Big reorganization: made ttLib a subpackage of the new fontTools
3358
- package, changed several module names. Called the entire suite
3359
- "FontTools"
3360
- - Added several submodules to fontTools, some new, some older.
3361
- - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML
3362
- dumping of GPOS/GSUB is for now disabled)
3363
- - Fixed hdmx endian bug
3364
- - Added -b option to ttCompile.py, it disables recalculation of
3365
- bounding boxes, as requested by Werner Lemberg.
3366
- - Renamed tt2xml.pt to ttDump.py and xml2tt.py to ttCompile.py
3367
- - Use ".ttx" as file extension instead of ".xml".
3368
- - TTX is now the name of the XML-based *format* for TT fonts, and not
3369
- just an application.
3370
-
3371
- 1.0a5
3372
- -----
3373
-
3374
- Never released
3375
-
3376
- - More tables supported: hdmx, vhea, vmtx
3377
-
3378
- 1.0a3 & 1.0a4
3379
- -------------
3380
-
3381
- Never released
3382
-
3383
- - fixed most portability issues
3384
- - retracted the "Euro_or_currency" change from 1.0a2: it was
3385
- nonsense!
3386
-
3387
- 1.0a2 (released 1999-05-02)
3388
- ---------------------------
3389
-
3390
- - binary release for MacOS
3391
- - genenates full FOND resources: including width table, PS font name
3392
- info and kern table if applicable.
3393
- - added cmap format 4 support. Extra: dumps Unicode char names as XML
3394
- comments!
3395
- - added cmap format 6 support
3396
- - now accepts true type files starting with "true" (instead of just
3397
- 0x00010000 and "OTTO")
3398
- - 'glyf' table support is now complete: I added support for composite
3399
- scale, xy-scale and two-by-two for the 'glyf' table. For now,
3400
- component offset scale behaviour defaults to Apple-style. This only
3401
- affects the (re)calculation of the glyph bounding box.
3402
- - changed "Euro" to "Euro_or_currency" in the Standard Apple Glyph
3403
- order list, since we cannot tell from the 'post' table which is
3404
- meant. I should probably doublecheck with a Unicode encoding if
3405
- available. (This does not affect the output!)
3406
-
3407
- Fixed bugs: - 'hhea' table is now recalculated correctly - fixed wrong
3408
- assumption about sfnt resource names
3409
-
3410
- 1.0a1 (released 1999-04-27)
3411
- ---------------------------
3412
-
3413
- - initial binary release for MacOS
2046
+ \... see `here <https://github.com/fonttools/fonttools/blob/main/NEWS.rst>`__ for earlier changes