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

12 lines
244 B
Racket

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