| Typeface | |
![]() rtFontstyle ![]() Bold Color As rtColor Effects FontAttrib FontSize Italic NotesColor NotesFont PassThruHTML Strikethrough Typeface Underline
| version 1.5
Property Set/Get Typeface As String Named Typefaces like Arial, MS Sans serif, etc. It is recommended to set Typeface property of the rtFontstyle object before the rich text object has been added to the container.
button.Font.Typeface = "Arial" ctx.add button
will be correct sequence. |