[]
Gets the font scheme within the theme.
Represents the theme font scheme and provides access to the major and minor theme font collections through Major and Minor.
IThemeFontScheme ThemeFontScheme { get; }
ReadOnly Property ThemeFontScheme As IThemeFontScheme
ITheme theme = Themes.Berlin;
IThemeFontScheme fontScheme = theme.ThemeFontScheme;
IThemeFonts majorFonts = fontScheme.Major;