From e06ec95603ae6eab09c137942f260a8dca5133dc Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sun, 25 Mar 2018 13:53:52 -0700 Subject: [PATCH] note --- pitfall/pitfall/text.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pitfall/pitfall/text.rkt b/pitfall/pitfall/text.rkt index 781131d0..b34d4533 100644 --- a/pitfall/pitfall/text.rkt +++ b/pitfall/pitfall/text.rkt @@ -190,6 +190,7 @@ https://github.com/mbutterick/pdfkit/blob/master/lib/mixins/text.coffee ;; If we have a word spacing value, we need to encode each word separately ;; since the normal Tw operator only works on character code 32, which isn't ;; used for embedded fonts. + ;; 180321: the first call to this operation is very slow from Quad (match-define (list encoded-char-strs positions) (if (not (zero? wordSpacing)) (error 'unimplemented-brach) ; todo