Lines Matching refs:Added
12 - [varLib.plot] Added support for 2D plots with only 1 variation axis (#1522).
16 default in ``instantiateVariableFont``. Added ``--no-overlap`` cli option
21 - [feaLib] Added ``forceChained`` in MultipleSubstStatement (#1511).
23 Added support for ``subtable`` statement in more places than just PairPos
39 - [feaLib] Added 'tables' option to __main__.py (#1497).
44 - [Snippets] Added name-viewer.ipynb Jupyter notebook.
73 - [svgLib] Added support for converting elliptical arcs to cubic bezier curves
75 - [py23] Added backport for ``math.isfinite``.
89 - [ttx] Added ``--no-recalc-timestamp`` option to keep the original font's
98 - [subset] Added ``--retain-gids`` option to subset font without modifying the
110 - [varLib] Added support for localized axes' ``labelname`` and named instances'
127 Macintosh (platformID=1) names by default. Added options to ``FontBuilder``
184 - [setup.py] Added ``[plot]`` to extras, to optionally install ``matplotlib``,
189 - [fontBuilder] Added a new submodule which contains a ``FontBuilder`` wrapper
211 - [loggingTools] Added ``msg=None`` argument to
214 - [g_l_y_f] Added PointPen support to ``_TTGlyph`` objects (#1334).
224 - [ttLib] Added support for decompiling/compiling ``TS1C`` tables containing
232 - [subset] Added ``--no-layout-closure`` option to not expand the subset with
243 - [subset] Added ``--layout-scripts`` option to add/exclude set of OpenType
255 - [feaLib] Added support for explicit ``subtable;`` break statements in
260 - [otTables] Added support for fixing offset overflow errors occurring inside
266 - [xmlWriter] Added context manager to XMLWriter class to autoclose file
277 - [featureVars] Added experimental module to build ``FeatureVariations``
279 - [fixedTools] Added ``otRound`` to round floats to nearest integer towards
303 - [designspaceLib] Added new ``conditionSet`` element to ``rule`` element in
317 - [ttFont] Added ``__len__`` method to ``_TTGlyphSet``.
319 - [py23] Added alias for ``itertools.izip`` shadowing the built-in ``zip``.
328 - [designspace] Added a new optional ``layer`` attribute to the source element,
331 Added ``conditionset`` element to the ``rule`` element to the spec, but not
338 - [varLib]: Added ``--master-finder`` command-line option (#1249).
345 Added ``--font-number`` command-line option for collections.
347 (#1234). Added ``kind`` argument to T1Font constructor (c5c161c).
348 - [ttLib] Added context manager API to ``TTFont`` class, so it can be used in
360 - [varLib.models] Added a ``main()`` entry point, that takes positions and
362 - [varLib.plot] Added new module to plot a designspace's
364 - [varLib.mutator] Added -o option to specify output file path (2ef60fa).
395 - [ttx] Added new ``-g`` option to dump glyphs from the ``glyf`` table
399 - [feaLib] Added support for ``cvParameters`` blocks in Character Variant
401 - [Snippets] Added ``checksum.py`` script to generate/check SHA1 hash of
417 - [designspaceLib] Added an optional ``lib`` element to the designspace as a
419 property list dictionary, similar to the UFO's ``lib``. Added an optional
426 - [feaLib] Added ``IncludedFeaNotFound`` custom exception subclass, raised
438 - [cffLib] Added ``width`` module to calculate optimal CFF default and
448 Added ``tables`` argument to only build some tables instead of all (#1159,
451 - [feaLib] Added option to the parser to not resolve ``include`` statements
453 - [ttLib] Added new ``ttCollection`` module to read/write TrueType and
458 - [unicodeadata] Added ``ot_tag_to_script`` function that converts from
460 - Added new ``designspaceLib`` subpackage, originally from Erik Van Blokland's
464 - Added new FontTools icon images (8ee7c32).
465 - [unicodedata] Added ``script_horizontal_direction`` function that returns
477 arg in ``calcQuadraticArcLength``. Added ``calcCubicArcLength`` (#1142).
488 - Added missing ``*.afm`` test assets to MAINFEST.in (#1137).
509 letter script codes now. Added ``script_name`` and ``script_code`` functions
519 ``script_extension`` and ``block``. Added a ``MetaTools/buildUCD.py`` script
522 - [feaLib] Added ``__str__`` method to all ``ast`` elements (delegates to the
527 - [bezierTools] Added arc length calculation functions originally from
533 - [py23] Added backports for ``redirect_stdout`` and ``redirect_stderr``
549 - [ttLib] Added getBestCmap() convenience method to TTFont class and cmap table
569 - [svgPathPen] Added an ``SVGPathPen`` that translates segment pen commands
572 - [reverseContourPen] Added ``ReverseContourPen``, a filter pen that draws
575 - [filterPen] Added ``ContourFilterPen`` to manipulate contours as a whole
577 - [arrayTools] Added ``Vector`` class to apply math operations on an array
580 - [varLib] Added support for building and interpolation of ``cvar`` table
590 - Added support for Graphite font tables: Feat, Glat, Gloc, Silf and Sill.
594 - [merge] Added support for merging Script records. Remove unused features
596 - Added ``fontTools.svgLib`` package. Includes a parser for SVG Paths that
599 - [AAT] Added support for ``ankr``, ``bsln``, ``mort``, ``morx``, ``gcid``,
618 - [AAT] Added support for AAT lookups. The ``lcar`` table can be decompiled
628 - [ttLib] Added support for recalculating font bounding box in ``CFF`` and
647 - [cffLib] Added missing default (-100) for UnderlinePosition (#983).
666 - [varLib.interpolate_layout] Added ``mapped`` keyword argument to
684 - [cffLib.specializer] Added new ``specializer`` module to optimize CFF
697 - [Doc] Added Sphinx sources for the documentation. Thanks @gferreira (#935).
709 - [varLib] Added support for building ``avar`` table, using the designspace
716 - [varLib] Added partial support for building ``MVAR`` table; does not
718 - [pens] Added FilterPen base class, for pens that control another pen;
723 - [loggingTools] Added ``LogMixin`` class providing a ``log`` property to
725 - [loggingTools] Added ``assertRegex`` method to ``CapturingLogHandler``.
726 - [py23] Added backport for python 3's ``types.SimpleNamespace`` class.
732 - [pens] Added pen to draw glyphs using WxPython ``GraphicsPath`` class:
757 - [macUtils] Added missing ttLib import (b05f203).
762 - [feaLib] Added (partial) support for parsing feature file comments ``# ...``
765 - [ttLib] Added support for reading/writing ``CFF2`` table (thanks to
775 - [misc] Added new ``fontTools.misc.symfont`` module, for symbolic font
777 - [varLib] Added experimental ``fontTools.varLib.interpolatable`` module for
789 - [Tests] Added tests for the ``varLib`` package, as well as test fonts
867 - [mtiLib] Added unit tests (#787)
879 - [feaLib] Added ``feaLib`` command to the 'fonttools' command-line
892 - [Snippets] Added otf2ttf.py, for converting fonts from CFF to
898 - [feaLib] Added support for generating FEA text from abstract syntax
900 - Added ``agl.toUnicode`` function to convert AGL-compliant glyph names
1131 - Added proper support for the CFF table.
1154 - Added OpenType support. BASE, GDEF, GPOS, GSUB and JSTF are (almost)
1183 - Added -d option to both ttDump.py and ttCompile.py.
1187 - Added some workarounds so as to handle certain buggy fonts more
1200 - Added several submodules to fontTools, some new, some older.
1201 - Added experimental CFF/GPOS/GSUB support to ttLib, read-only (but XML
1204 - Added -b option to ttCompile.py, it disables recalculation of