EmfFamilyType

EmfFamilyType enumeration

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

public enum EmfFamilyType : byte

Values

NameValueDescription
PAN_ANY0The Any type.
PAN_NO_FIT1The No fit.
PAN_FAMILY_TEXT_DISPLAY2Text and display.
PAN_FAMILY_SCRIPT3Script flag.
PAN_FAMILY_DECORATIVE4Decorative flag.
PAN_FAMILY_PICTORIAL5Pictorial flag.

See Also