SetTextAlign(n+1) when converting to ps

Arnold Schilham (schilham@rijnh.nl)
Thu, 28 Jan 1999 18:55:21 +0100 (MET)


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).

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

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.