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.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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. |