System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues Enumeration

Specifies information about the pitch, technology, and family of the font specified by a visual style for a particular element.

Syntax

[System.Flags]
public enum TextMetricsPitchAndFamilyValues

Remarks

The System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues enumeration specifies the possible values of the TextMetrics.PitchAndFamily property of the System.Windows.Forms.VisualStyles.TextMetrics structure.

Members

Member NameDescription
Device

The font is a device font.

FixedPitch

If this value is set, the font is a variable pitch font. Otherwise, the font is a fixed-pitch font.

TrueType

The font is a TrueType font.

Vector

The font is a vector font.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0