Class FontSettings
Represents the font settings in the Word document.
Inheritance
System.Object
    FontSettings
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class FontSettingsConstructors
FontSettings()
Declaration
public FontSettings()Properties
FallbackFonts
Gets a fallback font collection of Word document.
Declaration
public FallbackFonts FallbackFonts { get; }Property Value
| Type | 
|---|
| FallbackFonts | 
Events
SubstituteFont
Occurs during Word to PDF/Image conversion to substitute the alternate fonts when a specified font is not installed in the production environment.
Declaration
public event SubstituteFontEventHandler SubstituteFontEvent Type
| Type | 
|---|
| SubstituteFontEventHandler | 
Remarks
This event is supported for Word to PDF/Image conversion alone.