Parameters
- text
- String to draw.
- font
- System.Drawing.Font object that defines the appearance and size of the drawn text.
- brush
- System.Drawing.Brush object that defines 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.
- sf
- System.Drawing.StringFormat object that specifies formatting attributes applied to the drawn text.