In This Topic
Initializes a new instance of the
FontHandler class.
Syntax
'Declaration
Public Function New( _
ByVal As Font _
)
public FontHandler(
Font
)
Parameters
- font
- The GrapeCity.Documents.Text.Font associated with the current FontHandler.
See Also