FontSettings.ResetFontSources

FontSettings ResetFontSources method. Resets the fonts sources to the system default.

FontSettings.ResetFontSources method

Resets the fonts sources to the system default.

public void ResetFontSources()

Examples

Demonstrates how to reset the font sources specified in the font settings to their default state. By default, only the system font source is specified.

Wordize.Settings.DefaultFontSettings.ResetFontSources();

See Also