TextMetricsPitchAndFamilyValues Enum
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
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. |
The TextMetricsPitchAndFamilyValues enumeration specifies the possible values of the PitchAndFamily property of the TextMetrics structure.
Продукт | Версії |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: