TextMetricsPitchAndFamilyValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
FixedPitch | 1 | If this value is set, the font is a variable pitch font. Otherwise, the font is a fixed-pitch font. |
Vector | 2 | The font is a vector font. |
TrueType | 4 | The font is a TrueType font. |
Device | 8 | The font is a device font. |
Remarks
The TextMetricsPitchAndFamilyValues enumeration specifies the possible values of the PitchAndFamily property of the TextMetrics structure.