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

Can you have two flags? #79

Open
benkiel opened this issue Feb 12, 2024 · 3 comments
Open

Can you have two flags? #79

benkiel opened this issue Feb 12, 2024 · 3 comments

Comments

@benkiel
Copy link

benkiel commented Feb 12, 2024

Wanted to have a line that started with ?*, but it seems the ? gets ignored when you do so. Setting two flags would be nice.

@typemytype
Copy link
Owner

a glyph name starting with?<glyphName> will ignore building if the glyph already exists in the given font, this is checked first, all other flags are parsed later

https://github.com/typemytype/GlyphConstruction/blob/master/Lib/glyphConstruction.py#L1356-L1361

or should ignore also decompose when * is provided?

@benkiel
Copy link
Author

benkiel commented Oct 16, 2024

This would be handy for a glyph that you start from the recipe but want to be ignored later. This would just be an 'oh, that's nice' thing, so if you want the hard/fast rule of ignore and don't want to build in exceptions, I totally understand.

@typemytype
Copy link
Owner

the idea with ? was to ignore it completely: like dont touch it when it exists. Decomposing would be an action that changes that glyph

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

2 participants