@ -1,5 +1,5 @@
#lang racket/base
(require xenomorph/redo
(require xenomorph
"tables.rkt"
racket/dict
sugar/unstable/dict
@ -8,7 +8,7 @@
"db.rkt"
"struct.rkt"
"table-stream.rkt"
xenomorph/redo
xenomorph
racket/match
sugar/unstable/js
@ -11,7 +11,7 @@
fontland/glyph
fontland/ttf-glyph
racket/dict)
(provide subset +subset ttf-subset +ttf-subset subset-add-glyph! encode-to-port create-subset)
@ -1,6 +1,6 @@
#lang debug racket
(require sugar/unstable/js
(only-in xenomorph/redo pos decode)
(only-in xenomorph pos decode)
(for-syntax "tables.rkt"))
(require sugar/unstable/class
xenomorph/redo)
xenomorph)
(provide CFF_)
#|
sugar/unstable/class
"../helper.rkt")
@ -3,7 +3,7 @@
"../helper.rkt"
(provide (all-defined-out))
@ -1,7 +1,7 @@
(require sugar/unstable/dict
approximates
@ -2,7 +2,7 @@
(require "../helper.rkt"
(define hhea (+xstruct
racket/struct)