Fix GSUB and GPOS conversion
This commit is contained in:
parent
f15a70e3b7
commit
ef0ae85f91
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
import { Ot } from "ot-builder";
|
||||
|
||||
export function convertGsub(table, glyphs) {
|
||||
ConvertGsubGposImpl(GsubHandlers, Ot.Gsub.Table, table, glyphs);
|
||||
return ConvertGsubGposImpl(GsubHandlers, Ot.Gsub.Table, table, glyphs);
|
||||
}
|
||||
export function convertGpos(table, glyphs) {
|
||||
ConvertGsubGposImpl(GposHandlers, Ot.Gpos.Table, table, glyphs);
|
||||
return ConvertGsubGposImpl(GposHandlers, Ot.Gpos.Table, table, glyphs);
|
||||
}
|
||||
export function convertGdef(otdGdef, glyphs) {
|
||||
const gdef = new Ot.Gdef.Table();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue