WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RtfFontTable - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RtfFontTable

    Provides the functionalities of font tables for XHTML cell.

    Inheritance
    System.Object
    RtfFontTable
    Inherited Members
    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.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class RtfFontTable

    Constructors

    RtfFontTable()

    Initializes a new instance of the RtfFontTable class.

    Declaration
    public RtfFontTable()

    Methods

    ToString()

    Converts the data to string type.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Data of current instance in string.

    Overrides
    System.Object.ToString()

    UseFont(String)

    Gets the font from FontTable.

    Declaration
    public int UseFont(string fontName)
    Parameters
    Type Name Description
    System.String fontName

    Name of a font.

    Returns
    Type Description
    System.Int32

    Index of a font.

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