ASP.NET Web Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FontSettings

    Show / Hide Table of Contents

    Class FontSettings

    Represents the font settings in the PowerPoint document.

    Inheritance
    System.Object
    FontSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public class FontSettings

    Constructors

    FontSettings()

    Declaration
    public FontSettings()

    Properties

    FallbackFonts

    Declaration
    public List<FallbackFont> FallbackFonts { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<FallbackFont>
    Remarks

    Supported only when the property is set to true. The supported script types are, Arabic, Hebrew, Hindi, Chinese, Japanese, Korean, and English (Default).

    Methods

    InitializeFallbackFonts()

    Declaration
    public void InitializeFallbackFonts()
    Remarks

    Supported only when the property is set to true. The supported script types are, Arabic, Hebrew, Hindi, Chinese, Japanese, Korean, and English (Default).

    Events

    SubstituteFont

    Occurs during Presentation to PDF/Image conversion to substitute the alternate fonts when a specified font is not installed in the production environment.

    Declaration
    public event SubstituteFontEventHandler SubstituteFont
    Event Type
    Type Description
    SubstituteFontEventHandler
    Remarks

    This event is supported for Presentation to PDF/Image conversion alone.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved