buildable not testable

main
Matthew Butterick 6 years ago
parent 69cdc5be81
commit 581e70c42a

@ -1,6 +1,6 @@
#lang debug racket/base
(require "racket.rkt")
(require "freetype-ffi.rkt" (except-in ffi/unsafe array?) racket/runtime-path "subset.rkt" "glyph.rkt" "layout-engine.rkt" "bbox.rkt" "glyphrun.rkt" "cmap-processor.rkt" "directory.rkt" xenomorph "tables.rkt" "ttfglyph.rkt")
(require "freetype-ffi.rkt" (except-in ffi/unsafe -> array?) racket/runtime-path "subset.rkt" "glyph.rkt" "layout-engine.rkt" "bbox.rkt" "glyphrun.rkt" "cmap-processor.rkt" "directory.rkt" xenomorph "tables.rkt" "ttfglyph.rkt")
(provide (all-defined-out))
#|

@ -1,9 +1,9 @@
#lang racket/base
(require "racket.rkt")
(require fontkit "gpos-processor.rkt" rackunit xenomorph racket/serialize describe)
(require fontland "gpos-processor.rkt" rackunit xenomorph racket/serialize describe)
(define fira-path "../pitfall/test/assets/fira.ttf")
(define fira-path "assets/fira.ttf")
(define f (openSync fira-path))
(define gpos (· f GPOS))

@ -1,9 +1,9 @@
#lang racket/base
(require "racket.rkt")
(require fontkit "gsub-processor.rkt" rackunit xenomorph racket/serialize describe)
(require fontland "gsub-processor.rkt" rackunit xenomorph racket/serialize describe)
(define fira-path "../pitfall/test/assets/fira.ttf")
(define fira-path "assets/fira.ttf")
(define f (openSync fira-path))
(define gsub (· f GSUB))

Loading…
Cancel
Save