WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFontAttributes

    Show / Hide Table of Contents

    Interface IFontAttributes

    Font attributes interface.

    Namespace: Syncfusion.SVG.IO
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IFontAttributes

    Properties

    Font

    Gets or sets the font.

    Declaration
    SFont Font { get; set; }
    Property Value
    Type Description
    SFont

    The font.

    FontFamily

    Gets or sets the font family.

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

    The font family.

    FontSize

    Gets or sets the size of the font.

    Declaration
    Length FontSize { get; set; }
    Property Value
    Type Description
    Length

    The size of the font.

    FontSizeAdjust

    Gets or sets the font size adjust.

    Declaration
    Number FontSizeAdjust { get; set; }
    Property Value
    Type Description
    Number

    The adjusted font size.

    FontStretch

    Gets or sets the font stretch.

    Declaration
    EFontStretch FontStretch { get; set; }
    Property Value
    Type Description
    EFontStretch

    The stretched font.

    FontStyle

    Gets or sets the font style.

    Declaration
    EFontStyle FontStyle { get; set; }
    Property Value
    Type Description
    EFontStyle

    The font style.

    FontVariant

    Gets or sets the font variant.

    Declaration
    EFontVariant FontVariant { get; set; }
    Property Value
    Type Description
    EFontVariant

    The font variant.

    FontWeight

    Gets or sets the font weight.

    Declaration
    EFontWeight FontWeight { get; set; }
    Property Value
    Type Description
    EFontWeight

    The font weight.

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