I create several images using canvas. I would like to be able to draw text in a given rectangle (i.e. Offset x, Offset y, Width and Height) on the canvas and so that the text is as large as possible, without overflow and, if possible, with word wrap. Is it possible?
source
share