FontWeight Structure
Refers to the density of a typeface, in terms of the lightness or heaviness of the strokes.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The FontWeight type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Compare | Compares two instances of FontWeight. |
![]() | Equals(FontWeight) | Determines whether the current FontWeight object is equal to a specified FontWeight object. |
![]() | Equals(Object) | Determines whether the current FontWeight object is equal to a specified object. (Overrides ValueType.Equals(Object).) |
![]() ![]() | FromOpenTypeWeight | Creates a new instance of FontWeight that corresponds to the OpenType usWeightClass value. |
![]() | GetHashCode | Retrieves the hash code for this object. (Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToOpenTypeWeight | Returns a value that represents the OpenType usWeightClass for the FontWeight object. |
![]() | ToString | Returns a text string that represents the value of the FontWeight object and is based on the CurrentCulture property information. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Compares two instances of FontWeight for equality. |
![]() ![]() | GreaterThan | Evaluates two instances of FontWeight to determine whether one instance is greater than the other. |
![]() ![]() | GreaterThanOrEqual | Evaluates two instances of FontWeight to determine whether one instance is greater than or equal to the other. |
![]() ![]() | Inequality | Evaluates two instances of FontWeight to determine inequality. |
![]() ![]() | LessThan | Evaluates two instances of FontWeight to determine whether one instance is less than the other. |
![]() ![]() | LessThanOrEqual | Evaluates two instances of FontWeight to determine whether one instance is less than or equal to the other. |
Weight differences are generally differentiated by an increased stroke or thickness that is associated with a given character in a typeface, as compared to a "normal" character from that same typeface.
Note Not all weights are available for all typefaces. When a weight is not available for a typeface, the closest matching weight is returned.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
