Add Chancery and Semi-Chancery variants for lowercase x
and Greek Chi (#2037).
This commit is contained in:
parent
bbe32ad1b6
commit
549910df8d
4 changed files with 100 additions and 12 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue