TableSubstitutionRule.LoadWindowsSettings

TableSubstitutionRule LoadWindowsSettings method. Loads predefined table substitution settings for Windows platform.

TableSubstitutionRule.LoadWindowsSettings method

Loads predefined table substitution settings for Windows platform.

public void LoadWindowsSettings()

Examples

Shows how to load predefined table substitution settings for Windows platform.

FontSettings fontSettings = new FontSettings();
fontSettings.SubstitutionSettings.TableSubstitution.LoadWindowsSettings();

See Also