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

9 lines
269 B
Racket

#lang debug racket
(provide (all-defined-out))
(struct ttf-font (port decoded-tables src directory ft-face hb-font hb-buf crc get-head-table-proc)
#:transparent #:mutable)
(define (ft-face this) (or (force (ttf-font-ft-face this)) (error 'ft-face-not-available)))