PdfSharp-WPF
1.31.7289
|
Defines the density of a typeface, in terms of the lightness or heaviness of the strokes. More...
Public Member Functions | |
bool | Equals (XFontWeight obj) |
Determines whether the specified XFontWeight is equal to the current XFontWeight. More... | |
override bool | Equals (object obj) |
Determines whether the specified T:System.Object is equal to the current T:System.Object. More... | |
override int | GetHashCode () |
Serves as a hash function for this type. More... | |
override string | ToString () |
Returns a T:System.String that represents the current T:System.Object. More... | |
Static Public Member Functions | |
static int | Compare (XFontWeight left, XFontWeight right) |
Compares the specified font weights. More... | |
static bool | operator< (XFontWeight left, XFontWeight right) |
Implements the operator <. More... | |
static bool | operator<= (XFontWeight left, XFontWeight right) |
Implements the operator <=. More... | |
static bool | operator> (XFontWeight left, XFontWeight right) |
Implements the operator >. More... | |
static bool | operator>= (XFontWeight left, XFontWeight right) |
Implements the operator >=. More... | |
static bool | operator== (XFontWeight left, XFontWeight right) |
Implements the operator ==. More... | |
static bool | operator!= (XFontWeight left, XFontWeight right) |
Implements the operator !=. More... | |
Properties | |
int | Weight [get] |
Gets the weight of the font, a value between 1 and 999. More... | |
Defines the density of a typeface, in terms of the lightness or heaviness of the strokes.
|
static |
Compares the specified font weights.
override bool PdfSharp.Drawing.XFontWeight.Equals | ( | object | obj | ) |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
bool PdfSharp.Drawing.XFontWeight.Equals | ( | XFontWeight | obj | ) |
Determines whether the specified XFontWeight is equal to the current XFontWeight.
override int PdfSharp.Drawing.XFontWeight.GetHashCode | ( | ) |
Serves as a hash function for this type.
|
static |
Implements the operator !=.
|
static |
Implements the operator <.
|
static |
Implements the operator <=.
|
static |
Implements the operator ==.
|
static |
Implements the operator >.
|
static |
Implements the operator >=.
override string PdfSharp.Drawing.XFontWeight.ToString | ( | ) |
Returns a T:System.String that represents the current T:System.Object.
|
get |
Gets the weight of the font, a value between 1 and 999.