Parameters
- text
- String to draw.
- font
- Font object that defines the appearance and size of the drawn text.
- color
- The object that defines the color of the drawn text.
- pt
- The point structure that specifies the location of the drawn text, in points from the top left corner of the page.
- widthCoeff
- The width coefficient of text characters, by default 1.0, for double width 2.0..
Return Value
The index of first character that was not printed because it did not fit in the specified rectangle.