Jump to content

FFDESCS2: Difference between revisions

From EDM2
Created page with "Font-file descriptor. <PRE> typedef struct _FFDESCS2 { ULONG cbLength; Structure length.: ULONG cbFacenameOffset; /* Offset of Facename in the st..."
 
(No difference)

Latest revision as of 20:02, 25 June 2023

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 ;