EmfArmStyle

EmfArmStyle enumeration

The ArmStyle enumeration defines values for one of the characteristics in the PANOSE system for classifying typefaces.

public enum EmfArmStyle : byte

Values

NameValueDescription
PAN_ANY0The Any style.
PAN_NO_FIT1The No fit.
PAN_STRAIGHT_ARMS_HORZ2The Straight arms/horizontal.
PAN_STRAIGHT_ARMS_WEDGE3The Straight arms/wedge
PAN_STRAIGHT_ARMS_VERT4The Straight arms/vertical
PAN_STRAIGHT_ARMS_SINGLE_SERIF5The Straight arms/single-serif.
PAN_STRAIGHT_ARMS_DOUBLE_SERIF6The Straight arms/double-serif.
PAN_BENT_ARMS_HORZ7The Non straight arms/horizontal.
PAN_BENT_ARMS_WEDGE8The Non straight arms/wedge
PAN_BENT_ARMS_VERT9The Non straight arms/vertical.
PAN_BENT_ARMS_SINGLE_SERIF10The Non straight arms/single-serif.
PAN_BENT_ARMS_DOUBLE_SERIF11The Non straight arms/double-serif.

See Also