| PrivateFontPath Structure | 
Namespace: Spire.Doc
 Syntax
Syntax
 
The PrivateFontPath type exposes the following members.
 Constructors
Constructors
 
| 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.
 | 
 Properties
Properties
 
| 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.
 | 
 Methods
Methods
 
| 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
.) | 
 See Also
See Also