Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to makeinstancesufo #662

Merged
merged 3 commits into from
Nov 1, 2018
Merged

Improvements to makeinstancesufo #662

merged 3 commits into from
Nov 1, 2018

Conversation

miguelsousa
Copy link
Member

A couple more steps toward addressing #402.

Notable changes:

  • -dec/-decimal option was changed to -r/--no-round
  • removed undocumented -log option
  • removed -u option
  • added --version and -v/--verbose options (The default now is "quiet mode")
  • call checkoutlinesufo as a module instead of running it via subprocess

* -dec/-decimal option was changed to -r/--no-round
* removed undocumented -log option
* removed -u option
* added --version and -v/--verbose options (The default now is "quiet mode")
According to http://unifiedfontobject.org/versions/ufo3/layercontents.plist/ the directory name (2nd string) is derived from the layer name (1st string) and prefixed with "glyphs.".
To make this change have the least impact, the name of the directory was kept while the name of the layer got changed. However, 'processedGlyphs' was changed to 'processedglyphs' to avoid the directory name to be normalized to 'processedG_lyphs'
Copy link
Contributor

@cjchapman cjchapman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@miguelsousa miguelsousa merged commit a4aa476 into develop Nov 1, 2018
@miguelsousa miguelsousa deleted the mkinufo branch November 1, 2018 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants