Name | Description | |
---|---|---|
C1StyleFontWeight Constructor |
The following tables list the members exposed by C1StyleFontWeight.
Name | Description | |
---|---|---|
C1StyleFontWeight Constructor |
Name | Description | |
---|---|---|
Bold | Defines thick characters | |
Bolder | Defines thicker characters | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Kind | Gets the kind of weight. | |
Lighter | Defines lighter characters. | |
Normal | Defines normal characters. | |
Weight | Gets the weight of the font. |
Name | Description | |
---|---|---|
Equals | ||
GetHashCode | ||
Parse | Parses the text and returns a weight. | |
ToString | ||
TryParse | Tries to parse the specified text and returns the value in the fontWeight parameter. |
Equality | Compares two C1StyleFontWeight structures for equality. |
Implicit Type Conversion | Overloaded. Casting operator to convert an int into a C1StyleFontWeight. |
Inequality | Compares two C1StyleFontWeight structures for inequality. |