Organize support files and simplify imports
This commit is contained in:
parent
70f41352c1
commit
ef203af85a
178 changed files with 61 additions and 269 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue