Public Member Functions | |
| override bool | Equals (System.Object obj) |
| bool | Equals (FontStyle otherObject) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static bool | operator== (FontStyle obj1, FontStyle obj2) |
| static bool | operator!= (FontStyle obj1, FontStyle obj2) |
Static Public Attributes | |
| static readonly FontStyle | INVALID = new FontStyle(_INVALID) |
| static readonly FontStyle | NORMAL = new FontStyle(_NORMAL) |
| static readonly FontStyle | BOLD = new FontStyle(_BOLD) |
| static readonly FontStyle | BOXED = new FontStyle(_BOXED) |
| static readonly FontStyle | OUTLINED = new FontStyle(_OUTLINED) |
| static readonly FontStyle | ITALICS = new FontStyle(_ITALICS) |
| static readonly FontStyle | UNDERLINE = new FontStyle(_UNDERLINE) |
| static readonly FontStyle | STRIKEOUT = new FontStyle(_STRIKEOUT) |
| static readonly FontStyle | THIN = new FontStyle(_THIN) |
| static readonly FontStyle | SEMIBOLD = new FontStyle(_SEMIBOLD) |
|
|
Equals(type)
|
|
|
Equals(object)
|
|
|
Returns a hash code for this FontStyle.
|
|
||||||||||||
|
Inequality operator |
|
||||||||||||
|
Equality operator |
|
|
FontStyle constant for FontBold |
|
|
FontStyle constant for FontBoxed |
|
|
FontStyle constant for FontInvalid |
|
|
FontStyle constant for FontItalics |
|
|
FontStyle constant for FontNormal |
|
|
FontStyle constant for FontOutlined |
|
|
FontStyle constant for FontSemiBold |
|
|
FontStyle constant for FontStrikeout |
|
|
FontStyle constant for FontThin |
|
|
FontStyle constant for FontUnderline |
1.4.1