Skip to content

Releases: LettError/ufoProcessor

Add doc.elidedFallbackName

Choose a tag to compare

@LettError LettError released this 01 Nov 07:05

This adds the doc.elidedFallbackName attribute.

  • If it has a string it will end up in <axes elidedfallbackname="Regular">
  • If set to None it will be removed from <axes>
  • Not clear how localisation should work, will add this later if necessary.
    See issue #76

More options to skip, mute, exclude.

Choose a tag to compare

@LettError LettError released this 26 Aug 14:17
  • Differentiate skipExportGlyphs and excludeFromInstance. See the discussion in issue #71
  • Adds a provision to calculate glyphs while ignoring all the sources at a specific location. Described in issue #72

1.13.3

Choose a tag to compare

@LettError LettError released this 06 Dec 09:40
6f2a15f

Fix issue 68

Fixes

Choose a tag to compare

@LettError LettError released this 15 Nov 09:17
  • Provide access to addLocationLabel and addLocationLabelDescriptor. These are already present in the FontTools DesignspaceLib.

  • Add a method startLog to be called when we want to see the log after starting without debug.

  • Fixes an issue with locationToDescriptiveString: check if the discrete location is None

  • self.loadFonts() added to generateUFOs(), makeInstance, makeOneInstance, makeFontProportions, makeOneGlyph, makeOneInfo, makeOneKerning. Because it is not always clear whether the fonts were indeed loaded. I acknowledge this is a small overhead, but it seems justified by the time spent in confusion if it is not called.

  • Round the instance kerning data when asked.

  • Respect the glyphnames listed in font.lib public.skipExportGlyphs when making UFO. This creates a mechanism to remove specific glyphs from output, to allow test fonts to be made from designspaces that contain incomplete, unfinished glyphs.

  • Version upped to 1.13.2.

1.13.0

Choose a tag to compare

@LettError LettError released this 15 Aug 22:17
ad68910

New format for tag number to facilitate workflows.

1.12

Choose a tag to compare

@LettError LettError released this 14 Aug 08:52
085c892

Syncing the tag numbers with the release numbers to restore order to the galaxy.

What's Changed

  • Calculate instance values for com.typemytype.robofont.italicSlantOffset #59 by @LettError in #61

Full Changelog: 1.10...1.12

1.0.11

Choose a tag to compare

@LettError LettError released this 14 Aug 07:38
085c892

Process specific libkeys when making interpolations.

1.0.10

Choose a tag to compare

@LettError LettError released this 14 Aug 07:28

The tag numbers seem to have run off by themselves. I will keep the Release numbering here.
"Generate release notes" included many old things.

What's Changed

New Contributors

Full Changelog: 1.9.0...1.10

1.0.9

Choose a tag to compare

@LettError LettError released this 24 Mar 15:51

Fix for sourcedescriptors with a layer named "foreground".

1.0.8

Choose a tag to compare

@LettError LettError released this 24 Mar 15:42
a54f0ea

Same as "1.08", I think the missing "." caused some confusion.