Enum PanoseArmStyle
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseArmStyle enumeration contains values that specify the style of termination of stems and rounded letterforms for text.
public enum PanoseArmStyle
Fields
Any = 0
Any arm style.
BentArmsDoubleSerif = 11
The arm style is non-straight double serif.
BentArmsHorz = 7
The arm style is non-straight horizontal.
BentArmsSingleSerif = 10
The arm style is non-straight single serif.
BentArmsVert = 9
The arm style is non-straight vertical.
BentArmsWedge = 8
The arm style is non-straight wedge.
NoFit = 1
No fit arm style.
NonstraightArmsDoubleSerif = 11
The arm style is non-straight double serif.
NonstraightArmsHorizontal = 7
The arm style is non-straight horizontal.
NonstraightArmsSingleSerif = 10
The arm style is non-straight single serif.
NonstraightArmsVertical = 9
The arm style is non-straight vertical.
NonstraightArmsWedge = 8
The arm style is non-straight wedge.
StraightArmsDoubleSerif = 6
The arm style is straight double serif.
StraightArmsHorizontal = 2
The arm style is straight horizontal.
StraightArmsHorz = 2
The arm style is straight horizontal.
StraightArmsSingleSerif = 5
The arm style is straight single serif.
StraightArmsVert = 4
The arm style is straight vertical.
StraightArmsVertical = 4
The arm style is straight vertical.
StraightArmsWedge = 3
The arm style is straight wedge.