In This Topic
Formats the whole text with the specified font.
Syntax
'Declaration
Public Overloads Sub Format( _
ByVal As Font _
)
'Usage
Dim instance As RichText
Dim font As Font
instance.Format(font)
public void Format(
Font
)
Parameters
- font
- The font setting of the text run.
See Also