Click or drag to resize

PrivateFontPath Structure

the PrivateFontPath struct.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public struct PrivateFontPath

The PrivateFontPath type exposes the following members.

Constructors
Name Description
Public method PrivateFontPath(String, String)
Initializes a new instance of the PrivateFontPath struct.
Public method PrivateFontPath(String, FontStyle, String)
Initializes a new instance of the PrivateFontPath struct.
Public method PrivateFontPath(String, String, Boolean)
Initializes a new instance of the PrivateFontPath struct.
Public method PrivateFontPath(String, FontStyle, String, Boolean)
Initializes a new instance of the PrivateFontPath struct.
Top
Properties
Name Description
Public property FontName
Gets or sets the name of the font.
Public property FontPath
Gets or sets the path of the font.
Public property FontStyle
Gets of sets the style of the font.
Public property UseArabicConcatenationRules
Gets or sets a value indicating whether use arabic concatenation rules. default is true.
Top
Methods
Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
See Also