FONTSIGNATURE: Difference between revisions
Appearance
Created page with "FONTSIGNATURE data structure. Indicates the font signature datatype, FONTSIGNATURE or ADDITIONALMETRICS. If the font signature type is ADDITIONALMETRICS, additional informat..." |
(No difference)
|
Latest revision as of 16:29, 27 December 2019
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;