Document
SetGlobalCustomFontsFolders Method (
Stream
)
|
Note: This API is now obsolete.
Sets the global custom font stream array.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[ObsoleteAttribute("This method has been deprecated. Please use the SetGlobalCustomFonts(Stream[] fontStreamList) method instead.")]
public static void SetGlobalCustomFontsFolders(
Stream[] fontStreamList
)
<ObsoleteAttribute("This method has been deprecated. Please use the SetGlobalCustomFonts(Stream[] fontStreamList) method instead.")>
Public Shared Sub SetGlobalCustomFontsFolders (
fontStreamList As Stream()
)
public:
[ObsoleteAttribute(L"This method has been deprecated. Please use the SetGlobalCustomFonts(Stream[] fontStreamList) method instead.")]
static void SetGlobalCustomFontsFolders(
array<Stream^>^ fontStreamList
)
[<ObsoleteAttribute("This method has been deprecated. Please use the SetGlobalCustomFonts(Stream[] fontStreamList) method instead.")>]
static member SetGlobalCustomFontsFolders :
fontStreamList : Stream[] -> unit
Parameters
-
fontStreamList
-
Type:
System.IO
Stream
The custom font stream array.
See Also