Skip to content

Releases: LettError/MutatorMath

2.1.2

01 Nov 19:36
a0d018e
Compare
Choose a tag to compare
  • Removed ufoLib dependency. Bumped minimum fonttools >= 3.32.0.
  • Added bend=True flag for makeInstance; allows instances to be calculated without the bender transformation.
    This is sometimes necessary.

2.1.1

07 Jun 10:01
6708163
Compare
Choose a tag to compare
  • Assume incoming locations might be plain dicts and wrap them (#110).
  • Don't fail when reading designspace documents with format attribute formatted as a float, as in latest designspace spec (#117).

2.1.0

06 Nov 12:48
Compare
Choose a tag to compare
  • [ufo.document] Added API to generate a single instance, useful when parallelizing build for fonts with large number of instances.
    The DesignSpaceDocumentReader has a new readInstance method that reads and builds a single instance element. It takes a key tuple argument with the (attribute, value) used to find and select the instance to build (#98).

2.0.7

25 Oct 14:50
Compare
Choose a tag to compare
  • Write forward slashes as path separators (#95).
  • Replace Adobe Sans test font with new data with similar range in width and weight, covered by the same license as this package (#96).

2.0.6

02 Oct 16:12
Compare
Choose a tag to compare

Updated minimum requirements:

  • defcon >= 0.3.5
  • fontMath >= 0.4.4

2.0.5

02 Oct 15:52
Compare
Choose a tag to compare

Allow multiple unicode values for glyphs (#86).

2.0.4

12 Apr 22:17
Compare
Choose a tag to compare
  • Fixed problem caused by files in which a source element has no "name" attribute, by adding a temporary simple unique name (#80).
  • The designspace document description now lives at the designSpaceDocument repository: https://github.com/LettError/designSpaceDocument.
  • Pass UFO groups to the MathKerning object so that the latter is able to identify the exceptions (#82).

MutatorMath release 2.0

09 Dec 20:25
Compare
Choose a tag to compare

No major changes compared to master, but for some consumers it is good to have a release. So here it is.