Click or drag to resize

Document SetGlobalCustomFontsFolders Method (String)

Sets the path to the folder where the global custom font is located.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public static void SetGlobalCustomFontsFolders(
	string fontPath
)

Parameters

fontPath
Type: System String
the folder path.
See Also