menu

Document Processing

FallbackFonts Class - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    FallbackFonts Class

    Represents a collection of FallbackFont.

    Inheritance
    System.Object
    FallbackFonts
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.Compression.Base.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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved