diff --git a/fontland/fontland/table/cff/cff-pointer.rkt b/fontland/fontland/table/cff/cff-pointer.rkt new file mode 100644 index 00000000..8bdbbc64 --- /dev/null +++ b/fontland/fontland/table/cff/cff-pointer.rkt @@ -0,0 +1,10 @@ +#lang racket/base +(require racket/class xenomorph) +(provide (all-defined-out)) + +#| +approximates +https://github.com/mbutterick/fontkit/blob/master/src/cff/CFFPointer.js +|# + +(define \ No newline at end of file