'Declaration Public Function New( _ ByVal name As String, _ ByVal majorFont As IThemeFonts, _ ByVal minorFont As IThemeFonts _ )
'Usage Dim name As String Dim majorFont As IThemeFonts Dim minorFont As IThemeFonts Dim instance As New FontScheme(name, majorFont, minorFont)
public FontScheme( string name, IThemeFonts majorFont, IThemeFonts minorFont )
Parameters
- name
- The name.
- majorFont
- The major font.
- minorFont
- The minor font.