EmfWeight

EmfWeight enumeration

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

public enum EmfWeight : byte

Values

NameValueDescription
PAN_ANY0The Any weight.
PAN_NO_FIT1The No fit.
PAN_WEIGHT_VERY_LIGHT2Very light weight.
PAN_WEIGHT_LIGHT3The light weight.
PAN_WEIGHT_THIN4The thin weight.
PAN_WEIGHT_BOOK5The book weight.
PAN_WEIGHT_MEDIUM6The medium weight.
PAN_WEIGHT_DEMI7The demi weight.
PAN_WEIGHT_BOLD8The bold weight.
PAN_WEIGHT_HEAVY9The heavy weight.
PAN_WEIGHT_BLACK10The black weight.
PAN_WEIGHT_NORD11The nord weight.

See Also