Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DWRITE_PANOSE_ARM_STYLE enumeration contains values that specify the style of termination of stems and rounded letterforms for text.
Syntax
typedef 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_VERT,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF,
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF
} ;
Constants
DWRITE_PANOSE_ARM_STYLE_ANYValue: 0 Any arm style. |
DWRITE_PANOSE_ARM_STYLE_NO_FITValue: 1 No fit arm style. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTALValue: 2 The arm style is straight horizontal. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGEValue: 3 The arm style is straight wedge. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICALValue: 4 The arm style is straight vertical. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIFValue: 5 The arm style is straight single serif. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIFValue: 6 The arm style is straight double serif. |
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTALValue: 7 The arm style is non-straight horizontal. |
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGEValue: 8 The arm style is non-straight wedge. |
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICALValue: 9 The arm style is non-straight vertical. |
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIFValue: 10 The arm style is non-straight single serif. |
DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIFValue: 11 The arm style is non-straight double serif. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZThe arm style is straight horizontal. |
DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTThe arm style is straight vertical. |
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZThe arm style is non-straight horizontal. |
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGEThe arm style is non-straight wedge. |
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERTThe arm style is non-straight vertical. |
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIFThe arm style is non-straight single serif. |
DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIFThe arm style is non-straight double serif. |
Requirements
| Requirement | Value |
|---|---|
| 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] |
| Header | dwrite_1.h |