Matthew Butterick 7 years ago
parent e29bb8dda8
commit f086cbee17

@ -28,9 +28,4 @@ https://github.com/mbutterick/fontkit/blob/master/src/tables/hmtx.js
(check-equal? hmtx-length 916)
(define hmtx-bytes (peek-bytes hmtx-length hmtx-offset ip))
(define hmtx-data (send hmtx decode (+DecodeStream hmtx-bytes)))
(check-equal? (· maxp-data numGlyphs) 229)
(check-equal? (· maxp-data version) 65536))
(test-module
)
(check-equal? (send (· hmtx-data bearing) get 42) 412))
Loading…
Cancel
Save