[cl-typesetting-devel] rotated/skewed text in cl-typesetting
Cyrus Harmon
ch-lisp at bobobeach.com
Thu May 17 20:38:17 UTC 2007
So I'm a bit unclear on how to get rotated/skewed text in cl-
typesetting. I see the rotate and skew functions in cl-pdf, but when
I call those, they seem to apply to the whole page. I see the draw-
block function, but I'm not sure this fits in with the approach I'm
trying to use which is:
(tt:with-document
(let ((content
(tt:compile-text ()
(tt:pargraph ..)))
(tt:draw-pages content ...)
(tt:finalize-page pdf:*page*)
(tt:write-document ...))
Of course that could be wrong too, but seemed to be working
reasonably well.
Thanks,
Cyrus
More information about the cl-typesetting-devel
mailing list