FontFallbackSettings class
FontFallbackSettings class
Specifies font fallback mechanism settings. To learn more, visit the Working with Fonts documentation article.
Remarks
By default fallback settings are initialized with predefined settings which mimics the Microsoft Word fallback.
Methods
Name | Description |
---|---|
buildAutomatic() | Automatically builds the fallback settings by scanning available fonts. |
load(fileName) | Loads font fallback settings from XML file. |
load(stream) | Loads fallback settings from XML stream. |
loadMsOfficeFallbackSettings() | Loads predefined fallback settings which mimics the Microsoft Word fallback and uses Microsoft office fonts. |
loadNotoFallbackSettings() | Loads predefined fallback settings which uses Google Noto fonts. |
save(outputStream) | Saves the current fallback settings to stream. |
save(fileName) | Saves the current fallback settings to file. |
See Also
- module Aspose.Words.Fonts