InitFontSchemeFrom

IOverrideTheme.InitFontSchemeFrom method

Init FontScheme with new object for overriding FontScheme of InheritedTheme.

public void InitFontSchemeFrom(IFontScheme fontScheme)
ParameterTypeDescription
fontSchemeIFontSchemeData to initialize from.

Exceptions

exceptioncondition
InvalidOperationExceptionThrown if the FontScheme is already initialized (not null).
ArgumentNullExceptionThrown if the fontScheme parameter is null.

See Also