2.1.12 FamilyType Enumeration

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

 typedef  enum 
 {
   PAN_ANY = 0x00,
   PAN_NO_FIT = 0x01,
   PAN_FAMILY_TEXT_DISPLAY = 0x02,
   PAN_FAMILY_SCRIPT = 0x03,
   PAN_FAMILY_DECORATIVE = 0x04,
   PAN_FAMILY_PICTORIAL = 0x05
 } FamilyType;

PAN_ANY: Any.

PAN_NO_FIT: No fit.

PAN_FAMILY_TEXT_DISPLAY: Text and display.

PAN_FAMILY_SCRIPT: Script.

PAN_FAMILY_DECORATIVE: Decorative.

PAN_FAMILY_PICTORIAL: Pictorial.