EmfProportion

EmfProportion enumeration

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

public enum EmfProportion : byte

Values

NameValueDescription
PAN_ANY0The Any proportion.
PAN_NO_FIT1The No fit.
PAN_PROP_OLD_STYLE2Old style.
PAN_PROP_MODERN3The modern
PAN_PROP_EVEN_WIDTH4The even width
PAN_PROP_EXPANDED5The expanded
PAN_PROP_CONDENSED6The condensed
PAN_PROP_VERY_EXPANDED7The very expanded
PAN_PROP_VERY_CONDENSED8The very condensed
PAN_PROP_MONOSPACED9The mono spaced

See Also