Click or drag to resize

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
)

Parameters

fontStreamList
Type: System.IO Stream
The custom font stream array.
See Also