summaryrefslogtreecommitdiff
path: root/fonts/py-fonttools/ALTERNATIVES
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06*: Remove manual page entries from ALTERNATIVES files.jperkin1-1/+0
Thes are not supported by pkg_alternatives, and lead to breakage as found in <http://mail-index.netbsd.org/tech-pkg/2020/05/06/msg023089.html>. In many cases these were unnecessary anyway, as they match the corresponding command that pkg_alternatives will have automatically detected manual page entries for, plus many of them did not support PKGMANDIR. In the one case (databases/py-peewee) where the manual page does not match the command name, pkg_alternatives will need to be enhanced to support this before it can be re-enabled.
2019-03-27py-fonttools: updated to 3.39.0adam1-1/+0
3.39.0: - [ttLib/glyf] Raise more specific error when encountering recursive component references. - [Doc/designspaceLib] Defined new public.skipExportGlyphs lib key. - [varLib] Use vmtx to compute vertical phantom points; or hhea.ascent and head.unitsPerEM if vmtx is missing. - [gvar/cvar] Sort XML element's min/value/max attributes in TupleVariation toXML to improve readability of TTX dump. - [varLib.plot] Added support for 2D plots with only 1 variation axis. - [designspaceLib] Use axes maps when normalizing locations in DesignSpaceDocument, and when finding default source. - [mutator] Set OVERLAP_SIMPLE and OVERLAP_COMPOUND glyf flags by default in instantiateVariableFont. Added --no-overlap cli option to disable this. - [subset] Fixed subsetting VVAR table. Fixed subsetting an HVAR table that has an AdvanceWidthMap when the option --retain-gids is used. - [feaLib] Added forceChained in MultipleSubstStatement. Fixed double indentation of subtable statement. Added support for subtable statement in more places than just PairPos lookups. Handle lookupflag 0 and lookupflag without a value. - [varLib] In load_designspace, provide a default English name for the ital axis tag. - Remove pyftinspect because it is unmaintained and bitrotted.
2018-12-22py-fonttools: really fix ALTERNATIVES :)adam1-6/+6
2018-11-02py-fonttools: updated to 3.32.0adam1-6/+6
3.32.0: - [ufoLib] Make UFOWriter a subclass of UFOReader, and use mixins for shared methods - [featureVars] Fixed normalization error when a condition's minimum/maximum attributes are missing in designspace <rule> - [setup.py] Added [plot] to extras, to optionally install matplotlib, needed to use the fonTools.varLib.plot module. - [varLib] Take total bounding box into account when resolving model. If multiple axes have the same range ratio, cut across both. - [subset] Don't error if STAT has no AxisValue tables. - [fontBuilder] Added a new submodule which contains a FontBuilder wrapper class around TTFont that makes it easier to create a working TTF or OTF font from scratch with code. NOTE: the API is still experimental and may change in future versions. 3.31.0: - [ufoLib] Merged the ufoLib <https://github.com/unified-font-objects/ufoLib>__ master branch into a new fontTools.ufoLib package Moved ufoLib.pointPen module to fontTools.pens.pointPen. Moved ufoLib.etree module to fontTools.misc.etree. Moved ufoLib.plistlib module to fontTools.misc.plistlib. To use the new fontTools.ufoLib module you need to install fonttools with the [ufo] extra, or you can manually install the required additional dependencies (cf. README.rst). - [morx] Support AAT action type to insert glyphs and clean up compilation of AAT action tables. - [subset] The --no-hinting on a CFF font now also drops the optional hinting keys in Private dict: ForceBold, LanguageGroup, and ExpansionFactor - [subset] Include nameIDs referenced by STAT table - [loggingTools] Added msg=None argument to CapturingLogHandler.assertRegex. - [varLib.mutator] Implemented FeatureVariations instantiation - [g_l_y_f] Added PointPen support to _TTGlyph objects
2018-06-15py-fonttools: updated to 3.27.1adam1-6/+6
3.27.1: Issue a warning and skip building non-existing components Fixed issue when running ttx_test.py from a tagged commit.
2017-10-08py-fonttools: update to 3.16.0adam1-5/+6
3.16.0: [head] Try using SOURCE_DATE_EPOCH environment variable when setting the head modified timestamp to ensure reproducible builds. [VTT] Decode VTT’s TSI* tables text as UTF-8. Added support for Graphite font tables: Feat, Glat, Gloc, Silf and Sill. [varLib] Default to using axis “name” attribute if “labelname” element is missing. [merge] Added support for merging Script records. Remove unused features and lookups after merge. Added fontTools.svgLib package. Includes a parser for SVG Paths that supports the Pen protocol. Also, added a snippet to convert SVG outlines to UFO GLIF. [AAT] Added support for ankr, bsln, mort, morx, gcid, and cidg. [subset] Implemented subsetting of prop, opbd, bsln, lcar.
2017-10-02Update fonts/py-fonttools to version 3.15.1khorben1-0/+1
Changelog for this release: - [otConverters] Implemented ``__add__`` and ``__radd__`` methods on ``otConverters._LazyList`` that decompile a lazy list before adding it to another list or ``_LazyList`` instance. Fixes an ``AttributeError`` in the ``subset`` module when attempting to sum ``_LazyList`` objects (6ef48bd2, 1aef1683). - [AAT] Support the `opbd` table with optical bounds (a47f6588). - [AAT] Support `prop` table with glyph properties (d05617b4).
2016-06-30Add ALTERNATIVES file for py-fonttools.wiz1-0/+4