Hi Alex,

there was a bug in the previous code:

>             ((<= 130 C) # utf
>                (let? L (cdr (assoc C *PsGlyph))
>                   (prinl ")")
>                   (prin "[")

should be:

            ((<= 130 C) # utf
               (let? L (cdr (assoc C *PsGlyph))
                  (prinl ") show")
                  (prin "[")

> However, centering unicode/non-ascii characters does not work.  Any
> ideas how to achieve that?

That's probably a question for comp.lang.postscript ;-)

Cheers,

Tomas
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to