Releases: LettError/ufoProcessor
Fixes
-
Provide access to
addLocationLabel
andaddLocationLabelDescriptor
. 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 isNone
-
self.loadFonts()
added togenerateUFOs()
,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
1.12
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
1.0.10
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
- Fix anchors by @benkiel in #34
- Fix fontParts tests by @benkiel in #33
- Add pyproject.toml minimal configuration by @roberto-arista in #38
- ufoOperator by @LettError in #40
- Add strict flag for MathGlyph objects by @roberto-arista in #41
- Adding suport for decomposeComponents in makeInstance() by @mathieureguer in #45
- Adding separate function for UFOOperator.getGlyphDependencies() by @mathieureguer in #47
- copy info lib groups and features from the default font is there is one found by @typemytype in #49
New Contributors
- @benkiel made their first contribution in #34
- @roberto-arista made their first contribution in #38
- @mathieureguer made their first contribution in #45
Full Changelog: 1.9.0...1.10
1.0.9
1.0.8
Fixes an issue with font.info.
When generating from defcon sources the font.info data was not prepared properly.
Fixes a kerning issue
Merge pull request #12 from LettError/sparse-kerning-fix Sparse kerning problem.
Generate UFOs from .designspace files
Works with designspace files version 3.