TextMetricsPitchAndFamilyValues Enumeration
.NET Framework (current version)
Specifies information about the pitch, technology, and family of the font specified by a visual style for a particular element.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| 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. |
The TextMetricsPitchAndFamilyValues enumeration specifies the possible values of the PitchAndFamily property of the TextMetrics structure.
.NET Framework
Available since 2.0
Available since 2.0
Show: