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