Jump to content

FONTSIGNATURE

From EDM2

FONTSIGNATURE data structure.

Indicates the font signature datatype, FONTSIGNATURE or ADDITIONALMETRICS. If the font signature type is ADDITIONALMETRICS, additional information is included in the PANOSE datatype.

Type

typedef struct _FONTSIGNATURE {
 ULONG     ulIdentity;                          /*  Structure identity code. */
 ULONG     ulSize;                              /*  Structure size in bytes. */
 CHAR      achSignature[12];  /*  Signatures defined in PMFONT.H. */
} FONTSIGNATURE;

C Declaration Method

typedef FONTSIGNATURE *PFONTSIGNATURE;