Class FallbackFonts
Represents a collection of FallbackFont.
Inheritance
System.Object
FallbackFonts
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public class FallbackFonts : List<FallbackFont>
Constructors
FallbackFonts()
Declaration
public FallbackFonts()
Methods
Add(ScriptType, String)
Adds a set of fallback fonts based on given script type.
Declaration
public void Add(ScriptType scriptType, string fontNames)
Parameters
Type | Name | Description |
---|---|---|
ScriptType | scriptType | Represents a ScriptType. |
System.String | fontNames | Represents a fall back font name or names (split by a comma). |
InitializeDefault()
Initializes a set of default fallback fonts.
Declaration
public void InitializeDefault()