init_font_scheme_from_inherited method

init_font_scheme_from_inherited

Init FontScheme with new object for overriding FontScheme of InheritedTheme. And initialize data of this new object with data of the FontScheme of InheritedTheme.

def init_font_scheme_from_inherited(self):
    ...

Exceptions

ExceptionDescription
RuntimeError(Proxy error(InvalidOperationException))Thrown if the FontScheme is already initialized (not None).

See Also