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/table/cff-dict.rkt

12 lines
237 B
Racket

#lang debug racket/base
(require racket/class xenomorph sugar/unstable/dict)
(provide CFFDict)
#|
approximates
https://github.com/mbutterick/fontkit/blob/master/src/cff/CFFDict.js
|#
(define CFFDict
(class xenobase%
(super-new)))