[]
Contains the theme fonts in different language.
public interface IThemeFonts
Gets the number of theme font collections.
int Count { get; }
Gets the IThemeFont using FontLanguageIndex.
IThemeFont this[FontLanguageIndex index] { get; }
index
FontLanguageIndexSpecifies the FontLanguageIndex.
Returns the IThemeFont.