Overload List
| Name | Description | |
|---|---|---|
| SetText( Int32 ) | Set the Text property using the supplied string. Note that this assumes that the character keys in the font correspond to Unicode code point values. | |
| SetText(String) | Set the Text property using the supplied string. Note that this assumes that the character keys in the font correspond to Unicode code point values. | |
| SetText( String ) | Set the Text property using the supplied array of strings. Here each array element corresponds to a line in the paragraph. Note that this assumes that the character keys in the font correspond to Unicode code point values. |
See Also