Matthew Butterick 5 years ago
parent 6622d3ae2c
commit a46889001a

@ -88,7 +88,7 @@
(send doc-info end)
(for ([font (in-hash-values @font-families)])
(send font finalize))
(send font end))
(send* (dict-ref @root 'Pages)
[set-key! 'Count (length @pages)]

@ -19,7 +19,7 @@
(set! @dictionary (make-ref)))
@dictionary)
(define/public (finalize)
(define/public (end)
(unless (or @embedded (not @dictionary))
(embed)
(set! @embedded #t)))

Loading…
Cancel
Save