Click or drag to resize

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
)

Parameters

fileName
Type: System String
The name of the font file.
data
Type: System Byte
The byte array containing the font data.
See Also