Hello,
Recently, I have encountered the TPrintPreview problem with "canvas.drawText".
When I set the alignment to the right "DT_RIGTH" the text does not fit in the rectangle.
simple example:
preview.drawText (canvas.handle, 'test test test', -1, r, DT_RIGHT);
Please advise.
Piotr