Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public struct PrivateFontPath
Public Structure PrivateFontPath
public value class PrivateFontPath
[<SealedAttribute>]
type PrivateFontPath =  struct end

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PrivateFontPath(String, String)
Initializes a new instance of the PrivateFontPath struct.
PrivateFontPath(String, FontStyle, String)
Initializes a new instance of the PrivateFontPath struct.
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
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.
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