Jump to content

FONTSIGNATURE

From EDM2
Revision as of 16:29, 27 December 2019 by Martini (talk | contribs) (Created page with "FONTSIGNATURE data structure. Indicates the font signature datatype, FONTSIGNATURE or ADDITIONALMETRICS. If the font signature type is ADDITIONALMETRICS, additional informat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;