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.
|
#lang fontkit/racket
|
|
(require fontkit "subset.rkt" rackunit xenomorph racket/serialize)
|
|
|
|
(define fira-path "../pitfall/test/assets/fira.ttf")
|
|
(define f (openSync fira-path))
|
|
(define gpos (· f GPOS))
|
|
(get (· gpos lookupList) 11)
|
|
|