diff --git a/pitfall/pitfall/embedded.rkt b/pitfall/pitfall/embedded.rkt index 9e73a4dc..64654f18 100644 --- a/pitfall/pitfall/embedded.rkt +++ b/pitfall/pitfall/embedded.rkt @@ -72,7 +72,7 @@ https://github.com/mbutterick/pdfkit/blob/master/lib/font/embedded.coffee (set-glyph-position-advance-width! posn (glyph-advance-width g)) (hash-ref! (· this widths) gid (λ () (glyph-position-advance-width posn))) - (hash-ref! (· this unicode) gid (λ () (glyph-codePoints g))) + (hash-ref! (· this unicode) gid (λ () (glyph-codepoints g))) (scale-glyph-position! posn (· this scale)) (values subset-idx posn)))