Settings.DefaultFontSettings

Settings DefaultFontSettings property. Static default font settings.

Settings.DefaultFontSettings property

Static default font settings.

public static FontSettings DefaultFontSettings { get; }

Remarks

This instance is used by default upon document processing unless FontSettings or FontSettings is specified.

Examples

Demonstrates how to specify system and additional folder font sources in default font settings.

Wordize.Settings.DefaultFontSettings.SetFontsSources(new FontSourceBase[] { new SystemFontSource(), new FolderFontSource(MyDir + "MyFonts", true) });

See Also