| 
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
Syntax
 
 
public static void SetGlobalCustomFontsFolders(
	string fontPath
)
 
Public Shared Sub SetGlobalCustomFontsFolders ( 
	fontPath As String
)
 
public:
static void SetGlobalCustomFontsFolders(
	String^ fontPath
)
 
static member SetGlobalCustomFontsFolders : 
fontPath : string -> unit 
 
 
 
Parameters
 
- 
fontPath
 
- 
 Type:
 
System
String
 
 the folder path.
 
 See Also
See Also