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_.rkt

16 lines
291 B
Racket

#lang racket/base
(require sugar/unstable/class
xenomorph/redo)
(provide CFF_)
#|
approximates
https://github.com/mbutterick/fontkit/blob/master/src/cff/CFFFont.js
|#
;; the CFFFont object acts as the decoder for the `CFF ` table.
;; no CFF support yet
(define CFF_ (+xbuffer))