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

Toggle delta sets on/off #42

Open
Lorp opened this issue May 15, 2020 · 1 comment
Open

Toggle delta sets on/off #42

Lorp opened this issue May 15, 2020 · 1 comment

Comments

@Lorp
Copy link
Owner

Lorp commented May 15, 2020

Offer a toggle on the current glyph to see the graphical effect. It should be particularly useful for corner masters.

It could be useful to offer disabling delta sets on a whole font, via command line or GUI. We can’t use the id of the delta set (the same master is not guaranteed to have the same delta set id in each glyph), so we must use a filter on the tuple. Disabling a delta set by tuple through a whole font on the command line could use an argument such as --disable-delta-set "<tuple-filter>" where tuple-filter specifies the tuple in full, e.g. [1,1] to delete a corner tuple, or [0.755 0.877 0.901] to remove an intermediate tuple.

Care needs to be taken that adding a "disabled" check does not affect export time on the default case, fonts with all delta sets active.

Toggling of delta sets on a single glyph, with immediate visual feedback, was implemented in the 2017 version of Samsa.

@Lorp
Copy link
Owner Author

Lorp commented Jul 14, 2023

@davelab6

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

No branches or pull requests

1 participant