| 
PrivateFontPath Constructor (String, FontStyle, String)
  | 
 Initializes a new instance of the PrivateFontPath struct.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public PrivateFontPath(
	string fontName,
	FontStyle fontStyle,
	string fontPath
)
 
Public Sub New ( 
	fontName As String,
	fontStyle As FontStyle,
	fontPath As String
)
 
public:
PrivateFontPath(
	String^ fontName, 
	FontStyle fontStyle, 
	String^ fontPath
)
 
new : 
fontName : string * 
fontStyle : FontStyle * 
fontPath : string -> PrivateFontPath
 
 
 
Parameters
 
- 
fontName
 
- 
 Type:
 
System
String
 
 The font name.
- 
fontStyle
 
- 
 Type:
 
Spire.Doc.Publics.Drawing
FontStyle
 
 The font style.
- 
fontPath
 
- 
 Type:
 
System
String
 
 The font path.
 
 See Also
See Also