Typeface.Weight Property

Definition

Gets the relative weight of the typeface.

C#
public System.Windows.FontWeight Weight { get; }

Property Value

A FontWeight value that represents the relative weight of the typeface.

Examples

C#
// Get the font weight value for the typeface.
FontWeight fontWeight = typeface.Weight;

if (fontWeight == FontWeights.ExtraBold)
{
    // Perform action based on extra bold weight value.
}

Remarks

Weight differences are generally differentiated by an increased stroke or thickness 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.

Applies to

Produkt Versjoner
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9