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

Allow any language with DFLT script #498

Merged
merged 1 commit into from
Jul 22, 2018
Merged

Allow any language with DFLT script #498

merged 1 commit into from
Jul 22, 2018

Conversation

readroberts
Copy link
Contributor

Fixes #438

miguelsousa
miguelsousa previously approved these changes Jul 20, 2018
@miguelsousa
Copy link
Member

very nice @readroberts

@@ -202,6 +202,7 @@ struct featCtx_ {
#define GF_SEEN_GDEF_GLYPHCLASS (1 << 2) /* An explicit GDEF glyph class has been seen. */
#define GF_SEEN_IGNORE_CLASS_FLAG (1 << 3) /* any lookup flag has been seen for ignoring any GDEF class. */
#define GF_SEEN_MARK_CLASS_FLAG (1 << 4) /* any lookup flag has been seen for ignoring any GDEF class. */
#define GF_SEEN_NON_DFLT_SCRIPT_FLAG (1 << 5) /* any lookup flag has been seen for ignoring any GDEF class. */
Copy link
Member

Choose a reason for hiding this comment

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

the comment text doesn't match the macro name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@miguelsousa @cjchapman I see I did indeed miss updating the comment - all done now.

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.

Please fix the comment that Cosimo mentioned.
Otherwise this looks good to me.

@miguelsousa
Copy link
Member

@readroberts I'll take care of the merge conflict in makeotf_test.py

cjchapman
cjchapman previously approved these changes Jul 20, 2018
@miguelsousa miguelsousa merged commit d4c59c7 into develop Jul 22, 2018
@miguelsousa miguelsousa deleted the fix-issue438 branch July 22, 2018 02:04
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.

4 participants