Hi Yurio, > there is a strange printing bug in the OS/2 port: a writer document > with justified text is printed with left alignment. > > The text is displayed correctly. > > Do you have some ideas? I don't know where to start looking (other than > digging into vcl code...).
I'd set a breakpoint in vcl's OutputDevice::DrawTextArray() method and go down from there. Especially look at the rStartPt argument and its uses. By the way, how is the OS2 port's SalGraphics related to the window port's WinSalGraphics? -- Herbert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
