'Declaration Public Function New( _ ByVal runFormats As List(Of IRunFormatting), _ ByVal themesFonts As List(Of IThemeFont) _ )
'Usage Dim runFormats As List(Of IRunFormatting) Dim themesFonts As List(Of IThemeFont) Dim instance As New ThemeFonts(runFormats, themesFonts)
public ThemeFonts( List<IRunFormatting> runFormats, List<IThemeFont> themesFonts )
Parameters
- runFormats
- The run formats.
- themesFonts
- The themes fonts.