FontSettings.FallbackSettings

FontSettings FallbackSettings property. Settings related to font fallback mechanism.

FontSettings.FallbackSettings property

Settings related to font fallback mechanism.

public FontFallbackSettings FallbackSettings { get; }

Examples

Shows how to load predefined fallback settings which mimics the Microsoft Word fallback and uses Microsoft office fonts.

FontSettings fontSettings = new FontSettings();
fontSettings.FallbackSettings.LoadMsOfficeFallbackSettings();

See Also