You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/fontland/fontland/main.rkt

16 lines
320 B
Racket

#lang racket/base
(define-syntax-rule (r+p ID ...)
(begin (require ID ...) (provide (all-from-out ID ...))))
(r+p "font.rkt"
"glyph-position.rkt"
"subset.rkt"
"bbox.rkt"
"tables.rkt"
"glyphrun.rkt"
"glyph.rkt"
"table-stream.rkt"
"subset.rkt"
"struct.rkt"
"zlib.rkt")