Parameters
- text
- String to draw.
- font
- Font object that defines the appearance and size of the drawn text.
- color
- The color of the drawn text.
- rc
- The rectangle structure that specifies the location of the drawn text, in points from the top left corner of the page.
- firstChar
- Index of the first character that will be rendered.
Return Value
The index of first character that was not printed because it did not fit in the specified rectangle.