Add Chancery and Semi-Chancery variants for lowercase x and Greek Chi (#2037).

This commit is contained in:
be5invis 2023-10-14 00:50:33 -07:00
parent bbe32ad1b6
commit 549910df8d
4 changed files with 100 additions and 12 deletions

View file

@ -436,6 +436,8 @@ function queryCvFeatureTagsOf(sink, gid, glyph, tagSet) {
for (const g of existingFeatures.values()) sink.push(g);
}
///////////////////////////////////////////////////////////////////////////////////////////////////
export function linkSuffixGr(gs, suffix, gr) {
const reSuffix = new RegExp("\\." + suffix + "$");
for (const [gnSuffixed, gSuffixed] of gs.namedEntries()) {