Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure
Fields Properties Methods


Font Structure Members

The following tables list the members exposed by Font.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a Font structure with its properties left uninitialized. This field is read-only.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether this Font is bold.  
Public PropertyGets the char set of this Font.  
Public PropertyGets the color of this Font.  
Public PropertyGets a value indicating whether this Font is condensed.  
Public PropertyGets a value indicating whether this Font is extend.  
Public PropertyGets the font family of this Font.  
Public PropertyGets a value indicating whether this Font is italic.  
Public PropertyGets the face name of this Font.  
Public PropertyGets a value indicating whether this Font is outline.  
Public PropertyGets a value indicating whether this Font is shadow.  
Public PropertyGets the em-size of this Font.  
Public PropertyGets a value indicating whether this Font is strike.  
Public PropertyGets a FontStyle value indicates the font style.  
Public PropertyGets the ThemeFont value of this Font.  
Public PropertyGets the underline of this Font.  
Public PropertyGets the vertical alignment of this Font.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Indicates whether the current Font object is equal to another Font object.  
Public MethodReturns a hash code for this instance.  
Public MethodDetermines whether this instance is empty.  
Public MethodDetermines whether the specified attribute(s) is set.  
Public MethodMerges the current font with the other specified font.  
Public MethodResets the specified attribute(s).  
Public MethodSets the specified attribute.  
Public MethodGets the corresponding GDI+ font.  
Top
Public Operators
Returns a value that indicates whether two specified Font values are equal.
Returns a value that indicates whether two specified Font values are not equal.
Top
See Also