You are not logged in.
Pages: 1
PDF Document can Word Wrap ?
.. Thank you for reply
Offline
On the PDF Canvas, TPdfCanvas.MultilineTextRect() can do word wrapping.
On the GDI Canvas, the text layout should be computed ahead of time, before writing the canvas.
It currently doesn't support DT_WORDBREAK IIRC.
But the easiest is to use the mORMotReport.pas unit which does easy text process, including word wrapping.
Offline
Thank you so much
Offline
Pages: 1