-
Notifications
You must be signed in to change notification settings - Fork 168
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
Conversation
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. */ |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
@readroberts I'll take care of the merge conflict in |
bbf5d95
to
4c65a12
Compare
Fixes #438