[]
Gets the minor font collection used by the theme.
Uses the minor font and returns the IThemeFonts collection that contains the theme fonts for different language categories, such as Latin, EastAsian, and ComplexScript.
IThemeFonts Minor { get; }
ReadOnly Property Minor As IThemeFonts
IThemeFontScheme fontScheme = workbook.Theme.ThemeFontScheme;
IThemeFonts minorFonts = fontScheme.Minor;
IThemeFont latinFont = minorFonts[FontLanguageIndex.Latin];