enable smoothing for printing

svn: r918
This commit is contained in:
Matthew Flatt 2005-09-27 05:58:39 +00:00
parent 1726d11233
commit 0ae882672a

View File

@ -1065,6 +1065,7 @@
(define (do-print)
(let ([ps-dc (dc-for-text-size)])
(send ps-dc set-smoothing 'aligned) ; for printer-dc%
(let loop ([start? #f][l (list-tail talk-slide-list current-page)][n current-page])
(unless (null? l)
(set! current-page n)