Class FontFileDataInfo
Class FontFileDataInfo
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.3.0)
Represents data infomation of font file data.
public class FontFileDataInfo
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Data
Gets binary data of font file.
public byte[] Data { get; }
Property Value
byte[]
FormatType
Gets font format type of font file.
public FontFileFormatType FormatType { get; }