[cl-typesetting-devel] bullet character
jan
jan.marecek at gmail.com
Mon Jan 28 23:10:02 UTC 2008
>> How do I add a bullet character to a document?
> I use (code-char #XB7), aka #\middle_dot (at least in ACL).
That doesn't work for me, I'm using unicode enabled sbcl such that
(format nil "~c" #\middle_dot) => "·"
however
(tt:format-string "~c" #\middle_dot) outputs ·
I also tried using symbol font but that produced no output at all.
I've decided to render circles instead, it just works and gives better control
over size as well.
--
jan
More information about the cl-typesetting-devel
mailing list