RtfString Constructor(String,Font)
In This Topic
Create Word/RTF string with character formatting.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Drawing.Font _
)
public RtfString(
System.string ,
System.Drawing.Font
)
Parameters
- text
- The text string.
- font
- Used drawing font for this string.
See Also