[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeFontScheme.Minor

Minor Property

Minor

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.

Declaration
IThemeFonts Minor { get; }
ReadOnly Property Minor As IThemeFonts
Examples
IThemeFontScheme fontScheme = workbook.Theme.ThemeFontScheme;
IThemeFonts minorFonts = fontScheme.Minor;
IThemeFont latinFont = minorFonts[FontLanguageIndex.Latin];