menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SubstituteFontEventArgs - API Reference

    Show / Hide Table of Contents

    Class SubstituteFontEventArgs

    Inheritance
    System.Object
    SubstituteFontEventArgs
    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Portable.dll
    Syntax
    public class SubstituteFontEventArgs : EventArgs

    Properties

    AlternateFontName

    Gets or sets the alternate font name.

    Declaration
    public string AlternateFontName { get; set; }
    Property Value
    Type Description
    System.String

    The string that specifies the alternate font name.

    AlternateFontStream

    Declaration
    public Stream AlternateFontStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    FontStyle

    Gets or sets the original fontstyle.

    Declaration
    public FontStyle FontStyle { get; }
    Property Value
    Type Description
    FontStyle

    The enumeration that specifies the original font style.

    OriginalFontName

    Gets the original font name. Read Only.

    Declaration
    public string OriginalFontName { get; }
    Property Value
    Type Description
    System.String

    The string that specifies the original font name.

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