Organize support files and simplify imports

This commit is contained in:
be5invis 2021-07-15 21:14:08 -07:00
parent 70f41352c1
commit ef203af85a
178 changed files with 61 additions and 269 deletions

View file

@ -1,5 +1,5 @@
import '../support/glyph' as Glyph
import '../support/transform' as Transform
import '../support/geometry/transform' as Transform
define GDEF_SIMPLE 1
define GDEF_LIGATURE 2

View file

@ -1,6 +1,5 @@
import 'toposort' as toposort
import '../support/glyph' as Glyph
import '../support/transform' as Transform
import '../support/glyph/index' as Glyph
import '../support/gr' as Gr
import [CreateEmptyTable finalizeTable MoveBackUtilityLookups] from "./table-util"