Class CustomFontData
- Namespace
- Spire.Xls
- Assembly
- Spire.XLS.dll
public class CustomFontData
- Inheritance
-
CustomFontData
- Inherited Members
-
Constructors
CustomFontData(string, byte[])
public CustomFontData(string fileName, byte[] data)
Parameters
fileName
string
data
byte[]
Properties
FontData
public byte[] FontData { get; }
Property Value
- byte[]
FontFamilyName
public string FontFamilyName { get; }
Property Value
- string
FontFileName
public string FontFileName { get; }
Property Value
- string
FontName
public string FontName { get; }
Property Value
- string