DefaultFont
WordProcessingLoadOptions.DefaultFont property
Sets the default font for a WordProcessing document.
public string DefaultFont { get; set; }
Remarks
Note: The order of substitution is as follows:
-
Automatically substitute missing fonts based on font name (if enabled).
-
Automatically substitute missing fonts based on FontConfig (if enabled).
-
Substitute missing fonts based on FontSubstitutes (if set).
-
Automatically substitute missing fonts based on FontInfo (if enabled).
-
Substitute missing fonts based on DefaultFont (if set).
See Also
- class WordProcessingLoadOptions
- namespace GroupDocs.Conversion.Options.Load
- assembly GroupDocs.Conversion