CustomFontData Constructor
|
Initializes a new instance of the CustomFontData class with the specified file name and font data.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CustomFontData(
string fileName,
byte[] data
)
Public Sub New (
fileName As String,
data As Byte()
)
public:
CustomFontData(
String^ fileName,
array<unsigned char>^ data
)
new :
fileName : string *
data : byte[] -> CustomFontData
Parameters
-
fileName
-
Type:
System
String
The name of the font file.
-
data
-
Type:
System
Byte
The byte array containing the font data.
See Also