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