Click or drag to resize

PrivateFontPath Constructor (String, String)

Initializes a new instance of the PrivateFontPath struct.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public PrivateFontPath(
	string fontName,
	string fontPath
)

Parameters

fontName
Type: System String
The font name.
fontPath
Type: System String
The font path.
See Also