Set the path to the folder where the custom font is located.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static void SetCustomFontsFolders(
	string fontPath
)
Public Shared Sub SetCustomFontsFolders ( 
	fontPath As String
)
public:
static void SetCustomFontsFolders(
	String^ fontPath
)
static member SetCustomFontsFolders : 
        fontPath : string -> unit 

Parameters

fontPath
String
the folder path.

See Also