diff --git a/pitfall/fontkit/hmtx.rkt b/pitfall/fontkit/hmtx.rkt index 798ecbf7..11aeccad 100644 --- a/pitfall/fontkit/hmtx.rkt +++ b/pitfall/fontkit/hmtx.rkt @@ -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 - ) \ No newline at end of file + (check-equal? (send (· hmtx-data bearing) get 42) 412)) \ No newline at end of file