Re: SetTextAlign(n+1) when converting to ps

Rene Brun (Rene.Brun@cern.ch)
Fri, 29 Jan 1999 00:42:11 +0100


Arnold Schilham wrote:
>
> Hi,
>
> I noticed some odd behaviour printing canvases to PostScript.
>
> Using TAttText::SetTextAlign(x) resulted in the wanted behaviour
> on screen, but printing to postscript somehow converted this to
> TAttText::SetTextAlign(x-1).
>

Arnold,
Could you send me an example? I cannot reproduce this problem.

> Using the TLatex text {#chi / #eta} indeed puts a {chi/eta} on screen.
> However, postscript shows {eta/chi}.
>

Yes, agreed. This will be fixed.
Thanks for reporting this inversion.

Rene Brun

> Root version: 2.21/03 22 January 1999
> CINT/ROOT C/C++ Interpreter version 5.13.87, Jan 8 1999
> Running root for SGI 5.3 (CC) on SGI 6.2 (CC).
>
> I hope I'm not reporting upon known issues,
>
> Cheers,
> Arnold Schilham.