typedef struct _TEXTZONE
{
PRECT pTextLines;
L_UINT uTextLinesCount;
} TEXTZONE, *pTEXTZONE;
The TEXTZONE structure provides information about text zone.
Member |
Description |
pTextLines |
Array of rectangles which represent the paragraph©s text lines. |
uTextLinesCount |
The number of elements in the array pTextLines. |
Comments
This structure is used in casting LEADZONE.pZoneData when zone type is text.