TextMetricsPitchAndFamilyValues Enumeration

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.

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in system.windows.forms.dll)

'Declaration
<FlagsAttribute> _
Public Enumeration TextMetricsPitchAndFamilyValues
'Usage
Dim instance As TextMetricsPitchAndFamilyValues

/** @attribute FlagsAttribute() */ 
public enum TextMetricsPitchAndFamilyValues
FlagsAttribute 
public enum TextMetricsPitchAndFamilyValues

 Member nameDescription
DeviceThe font is a device font. 
FixedPitchIf this value is set, the font is a variable pitch font. Otherwise, the font is a fixed-pitch font.  
TrueTypeThe font is a TrueType font. 
VectorThe font is a vector font. 

The TextMetricsPitchAndFamilyValues enumeration specifies the possible values of the PitchAndFamily property of the TextMetrics structure.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: