Jump to content

FFDESCS2

From EDM2
Revision as of 21:02, 25 June 2023 by Martini (talk | contribs) (Created page with "Font-file descriptor. <PRE> typedef struct _FFDESCS2 { ULONG cbLength; Structure length.: ULONG cbFacenameOffset; /* Offset of Facename in the st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Font-file descriptor.

typedef struct _FFDESCS2 {
  ULONG     cbLength;          /*  Structure length. */
  ULONG     cbFacenameOffset;  /*  Offset of Facename in the structure. */
  BYTE      abFamilyName[1];   /*  Family name. */
} FFDESCS2;

typedef   FFDESCS2   * PFFDESC2 ;