mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
Add support for non-ligature glyphs
This commit is contained in:
@@ -15,7 +15,7 @@ let chainIndex = 0;
|
||||
const substLookupMap = {};
|
||||
|
||||
const buildGsubTables = (_dom, ligature) => {
|
||||
const glyphs = ligature.name.split('_');
|
||||
const glyphs = ligature.name.replace(/\.liga$/, '').split('_');
|
||||
|
||||
dom = _dom;
|
||||
gsubDom = xpath.select('ttFont/GSUB', dom, true);
|
||||
|
||||
Reference in New Issue
Block a user