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
272 B
Racket

6 years ago
#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)
6 years ago
(define (ft-face this) (or (force (TTFFont-_ft-face this)) (error 'ft-face-not-available)))