Skip to content

HEAD DESC

Data Type : Rich Text
HEAD_DESC - Header/Footer Data Structure Passed to Import/Export Modules

#include <editods.h>

Definition :

typedef struct {
   BYTE FontPitchAndFamily; /* Font pitch and family */
   char FontName[MAXFACESIZE]; /* Font name */
   FONTID Font;    /* Font ID */
   WORD HeadLength;  /* string length not including '\0' */
 /* Header string follows */
} HEAD_DESC;

Description :

This data structure is passed to Import/Export modules to describe the header or footer for a document.

FontPitchAndFamily Pitch and font family of font used to display the data
FontName Name of font to use
Font ID of font to use
HeadLength Total string length of header or footer

See Also : EDITEXPORTDATA HEAD_DESC_BUFFER