Parameters
- text
- The text to render.
- font
- The System.Drawing.Font to use (can be null).
- textColor
- The text color to use.
Return Value
true if no warnings were generated by this call, false otherwise.
See RenderBlockText(String) for details on how the width and height of the text block are set.
This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderBlock.