[]
Changes font scheme of the specified theme.
public static Theme ChangeFontScheme(Theme theme, ThemeFontScheme fontScheme)
Public Shared Function ChangeFontScheme(theme As Theme, fontScheme As ThemeFontScheme) As Theme
Type | Name | Description |
---|---|---|
Theme | theme | The theme. |
ThemeFontScheme | fontScheme | The new font scheme to set. |
Type | Description |
---|---|
Theme | A new Theme object that contains the new font scheme. |