stub out cff table
parent
f5f235d2a0
commit
53b17e170a
@ -0,0 +1,11 @@
|
||||
#lang fontkit/racket
|
||||
(require xenomorph)
|
||||
(provide (all-defined-out))
|
||||
#|
|
||||
approximates
|
||||
https://github.com/mbutterick/fontkit/blob/master/src/tables/CFF.js
|
||||
|#
|
||||
|
||||
(define CFF_ (+Array (+BufferT)))
|
||||
|
||||
(test-module)
|
Loading…
Reference in New Issue