DWRITE_PANOSE_ARM_STYLE enumeration
The DWRITE_PANOSE_ARM_STYLE enumeration contains values that specify the style of termination of stems and rounded letterforms for text.
Syntax
enum DWRITE_PANOSE_ARM_STYLE {
DWRITE_PANOSE_ARM_STYLE_ANY = 0,
DWRITE_PANOSE_ARM_STYLE_NO_FIT = 1,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL = 2,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE = 3,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL = 4,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF = 5,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF = 6,
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL = 7,
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE = 8,
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL = 9,
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF = 10,
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF = 11,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ = DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL,
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT = DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF = DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF
};
Constants
- DWRITE_PANOSE_ARM_STYLE_ANY
-
Any arm style.
- DWRITE_PANOSE_ARM_STYLE_NO_FIT
-
No fit arm style.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL
-
The arm style is straight horizontal.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE
-
The arm style is straight wedge.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL
-
The arm style is straight vertical.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF
-
The arm style is straight single serif.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF
-
The arm style is straight double serif.
- DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL
-
The arm style is non-straight horizontal.
- DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE
-
The arm style is non-straight wedge.
- DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL
-
The arm style is non-straight vertical.
- DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF
-
The arm style is non-straight single serif.
- DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF
-
The arm style is non-straight double serif.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ
-
The arm style is straight horizontal.
- DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT
-
The arm style is straight vertical.
- DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ
-
The arm style is non-straight horizontal.
- DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE
-
The arm style is non-straight wedge.
- DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT
-
The arm style is non-straight vertical.
- DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF
-
The arm style is non-straight single serif.
- DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF
-
The arm style is non-straight double serif.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also