[cl-pdf-devel] a small patch, perhaps

Marc Battyani marc.battyani at fractalconcept.com
Mon Oct 31 14:13:41 UTC 2005


Aleksandar Bakic wrote:

>I had to make this patch to make cl-typesetting test.lisp work.

> (defun write-cid-char (char)
>   (write-char #\( *page-stream*)
>-  (if (typep (font-metrics *font*) 'ttu-font-metrics)
>+  (if (and *font* (typep (font-metrics *font*) 'ttu-font-metrics))

OK. I will do the same for write-cid-string too.

Marc




More information about the cl-pdf-devel mailing list