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/struct.rkt

7 lines
179 B
Racket

#lang debug racket
(provide (all-defined-out))
(struct TTFFont (_port _decoded-tables _src _directory _ft-face _hb-font _hb-buf _crc _get-head-table)
#:transparent #:mutable)