Additional Metrics

The additional metrics structure extends the metrics describing the font to include the PANOSE fields. The fields allow for quantitative descriptions of the visual properties of font faces. The format of the ADDITIONALMETRICS structure is:

typedef struct {
        ULONG       ulIdentity;
        ULONG       ulSize;
        PANOSE      panose;
} ADDITIONALMETRICS;

Where: