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 ;


[Back] [Next]