Overload List

  Name Description
Public method RenderInlineText(String)
Renders a string into the current inline paragraph.
Public method RenderInlineText(String, Style)
Renders a string into the current inline paragraph, using the specified style.
Public method RenderInlineText(String, Color)
Renders a string into the current inline paragraph, using the specified text color.
Public method RenderInlineText(String, Font)
Renders a string into the current inline paragraph, using the specified font.
Public method RenderInlineText(String, FontStyle)
Renders a string into the current inline paragraph, using the specified font style.
Public method RenderInlineText(String, Font, Color)
Renders a string into the current inline paragraph, using the specified font and text color.

See Also