Font Constructor(Font,ThemeFont)
Initializes a new instance of the
Font struct that uses the specified existing
Font and new theme font.
'Declaration
Public Function New( _
ByVal As Font, _
ByVal As ThemeFont _
)
'Usage
Dim prototype As Font
Dim themeFont As ThemeFont
Dim instance As New Font(prototype, themeFont)
Parameters
- prototype
- The existing Font from which to create the new Font.
- themeFont
- A ThemeFont value indicates the theme font.