Remove psaltnames for multi-code-point names#5305
Conversation
|
For reference, the original Adobe Glyph List is maintained at https://github.com/adobe-type-tools/agl-aglfn/blob/master/glyphlist.txt. It looks like Looks good to me. |
|
@dscorbett, did you use some |
|
I probably used some kind of automation but I don’t remember the exact commands.
|
|
The issue of I Overall, your change is definitely in place, but there are a lot of interdependent lists here, and their logic is [for me] very elusive. |
|
|
|
I checked the other names in AGL, and they are all present in |
|
@dscorbett, could you please merge with the latest to trigger the CI? |
1939f96 to
49edb2d
Compare
psaltnamescontains glyph names. Some of the names correspond to code point sequences but are only mapped to the first element in the sequence. For example, the Adobe Glyph List mapsqoftsereto <U+05E7, U+05B5>, butpsaltnamesmaps it to U+05E7. Because FontForge no way to represent named sequences, I just removed them all.Type of change