-
Notifications
You must be signed in to change notification settings - Fork 23
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
update feature file: Combinations into the fonts #456
Comments
Could you provide a terse, say for a single or small subset of emoji, example of what you want the feature file to look like? |
Here is an example of the feature file format with GSUB and GPOS information to generate combinations. |
I'm a little unclear on how the names are meant to resolve. For example, I think g_1f468 is meant to be the glyph that is cmapped to 1f468 but what is g_1f468_0? To ask the obvious, what about a post-processing step to insert these rules? |
(I don't think we currently guarrantee any particular glyph name form which complicates things) |
We have two sets of parents for left and right orientations. To distinguish between left and right, I've been using 0 and 1 alongside the default code points for man, woman, and person. Currently, we're inserting these rules after the feature file is generated, which involves manual updates. We are in the process of setting up a build pipeline to create fonts, including these combinations. Therefore, we are exploring ways to automate the insertion of rules. |
To include combinations into the font, it is necessary to include GSUB and GPOS information in the feature file.
The text was updated successfully, but these errors were encountered: