init_font_scheme_from method

init_font_scheme_from

Init FontScheme with new object for overriding FontScheme of InheritedTheme.

def init_font_scheme_from(self, font_scheme):
    ...
ParameterTypeDescription
font_schemeIFontSchemeData to initialize from.

Exceptions

ExceptionDescription
RuntimeError(Proxy error(InvalidOperationException))Thrown if the FontScheme is already initialized (not null).
RuntimeError(Proxy error(ArgumentNullException))Thrown if the fontScheme parameter is null.

See Also