Click or drag to resize

Workbook AddCustomFont Method

Adds a custom font to the PDF document.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CustomFontData AddCustomFont(
	CustomFontData data
)

Parameters

data
Type: Spire.Xls CustomFontData
The custom font data to add.

Return Value

Type: CustomFontData
The same custom font data that was added.
See Also