TextMetricsPitchAndFamilyValues Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

public enum class TextMetricsPitchAndFamilyValues
[System.Flags]
public enum TextMetricsPitchAndFamilyValues
[<System.Flags>]
type TextMetricsPitchAndFamilyValues = 
Public Enum TextMetricsPitchAndFamilyValues
Inheritance
TextMetricsPitchAndFamilyValues
Attributes

Fields

Device 8

The font is a device font.

FixedPitch 1

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

TrueType 4

The font is a TrueType font.

Vector 2

The font is a vector font.

Remarks

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

Applies to