PdfDocument
SetCustomFontsFolders Method
|
Note: This API is now obsolete.
Set the path to the folder where the custom font is located.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future, please use LoadCustomFontFolder method instead.")]
public static void SetCustomFontsFolders(
string fontPath
)
<ObsoleteAttribute("This method may be removed in the future, please use LoadCustomFontFolder method instead.")>
Public Shared Sub SetCustomFontsFolders (
fontPath As String
)
public:
[ObsoleteAttribute(L"This method may be removed in the future, please use LoadCustomFontFolder method instead.")]
static void SetCustomFontsFolders(
String^ fontPath
)
[<ObsoleteAttribute("This method may be removed in the future, please use LoadCustomFontFolder method instead.")>]
static member SetCustomFontsFolders :
fontPath : string -> unit
Parameters
-
fontPath
-
Type:
System
String
the folder path.
See Also