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.
17 lines
321 B
Racket
17 lines
321 B
Racket
#lang fontkit/racket
|
|
(require restructure)
|
|
(provide (all-defined-out))
|
|
#|
|
|
approximates
|
|
https://github.com/mbutterick/fontkit/blob/master/src/tables/prep.js
|
|
|#
|
|
|
|
(define-subclass RStruct (Rprep))
|
|
|
|
(define prep (make-object Rprep
|
|
(dictify
|
|
'controlValueProgram (make-object RArray uint8))))
|
|
|
|
|
|
|