PrivateFontPath Constructor (String, String, Boolean)
|
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
public PrivateFontPath(
string fontName,
string fontPath,
bool useArabicConcatenationRules
)
Public Sub New (
fontName As String,
fontPath As String,
useArabicConcatenationRules As Boolean
)
public:
PrivateFontPath(
String^ fontName,
String^ fontPath,
bool useArabicConcatenationRules
)
new :
fontName : string *
fontPath : string *
useArabicConcatenationRules : bool -> PrivateFontPath
Parameters
-
fontName
-
Type:
System
String
The font name.
-
fontPath
-
Type:
System
String
The font path.
-
useArabicConcatenationRules
-
Type:
System
Boolean
Use arabic concatenation rules. default is true.
See Also