EmfSerifStyle

EmfSerifStyle enumeration

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

public enum EmfSerifStyle : byte

Values

NameValueDescription
PAN_ANY0The Any Style.
PAN_NO_FIT1The No fit Style.
PAN_SERIF_COVE2The Cove Style.
PAN_SERIF_OBTUSE_COVE3The Obtuse cove Style.
PAN_SERIF_SQUARE_COVE4The Square cove Style.
PAN_SERIF_OBTUSE_SQUARE_COVE5The Obtuse square cove Style.
PAN_SERIF_SQUARE6The Square Style.
PAN_SERIF_THIN7The Thin Style.
PAN_SERIF_BONE8The Bone Style.
PAN_SERIF_EXAGGERATED9The Exaggerated Style.
PAN_SERIF_TRIANGLE10The Triangle Style.
PAN_SERIF_NORMAL_SANS11The Normal sans Style.
PAN_SERIF_OBTUSE_SANS12The Obtuse sans Style.
PAN_SERIF_PERP_SANS13The Perp sans Style.
PAN_SERIF_FLARED14The Flared Style.
PAN_SERIF_ROUNDED15The Rounded Style.

See Also