EmfSerifType

EmfSerifType enumeration

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

public enum EmfSerifType

Values

NameValueDescription
PAN_ANY0The Any type.
PAN_NO_FIT1The No fit Type.
PAN_SERIF_COVE2The The cove Type.
PAN_SERIF_OBTUSE_COVE3The Obtuse cove Type.
PAN_SERIF_SQUARE_COVE4The Obtuse cove Type.
PAN_SERIF_OBTUSE_SQUARE_COVE5The Obtuse square cove Type.
PAN_SERIF_SQUARE6The The Square Type.
PAN_SERIF_THIN7The The thin Type.
PAN_SERIF_BONE8The The bone Type.
PAN_SERIF_EXAGGERATED9The The exaggerated Type.
PAN_SERIF_TRIANGLE10The The triangle Type.
PAN_SERIF_NORMAL_SANS11The Normal sans Type.
PAN_SERIF_OBTUSE_SANS12The Obtuse sans Type.
PAN_SERIF_PERP_SANS13The Perp sans Type.
PAN_SERIF_FLARED14The The Flared Type.
PAN_SERIF_ROUNDED15The The Rounded Type.

See Also