PrivateFontPath Structure |
Namespace: Spire.Doc
The PrivateFontPath type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PrivateFontPath(String, String) |
Initializes a new instance of the PrivateFontPath struct.
|
![]() |
PrivateFontPath(String, FontStyle, String) |
Initializes a new instance of the PrivateFontPath struct.
|
![]() |
PrivateFontPath(String, String, Boolean) |
Initializes a new instance of the PrivateFontPath struct.
|
![]() |
PrivateFontPath(String, FontStyle, String, Boolean) |
Initializes a new instance of the PrivateFontPath struct.
|
Name | Description | |
---|---|---|
![]() |
FontName |
Gets or sets the name of the font.
|
![]() |
FontPath |
Gets or sets the path of the font.
|
![]() |
FontStyle |
Gets of sets the style of the font.
|
![]() |
UseArabicConcatenationRules |
Gets or sets a value indicating whether use arabic concatenation rules. default is true.
|
Name | Description | |
---|---|---|
![]() |
Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from
ValueType
.)
|
![]() |
GetHashCode |
Returns the hash code for this instance.
(Inherited from
ValueType
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns the fully qualified type name of this instance.
(Inherited from
ValueType
.)
|