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

[makeotfexe] Extra glyph after mark to base rule is ignored #1015

Open
khaledhosny opened this issue Oct 26, 2019 · 1 comment
Open

[makeotfexe] Extra glyph after mark to base rule is ignored #1015

khaledhosny opened this issue Oct 26, 2019 · 1 comment

Comments

@khaledhosny
Copy link
Collaborator

The following does not produce any errors or warnings and the Y glyph is completely ignored (the output is the same with or without it):

markClass [acute grave] <anchor 150 -10> @TOP_MARKS;
lookup mark {
    position base X <anchor 250 450> mark @TOP_MARKS Y;
} mark;

Adding another glyph causes an error:

markClass [acute grave] <anchor 150 -10> @TOP_MARKS;
lookup mark {
    position base X <anchor 250 450> mark @TOP_MARKS Y Z;
} mark;
@khaledhosny
Copy link
Collaborator Author

The same happens with mark and ligature, but not with cursive which errors even with one glyph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant