Describes dash specification, as described in Table 4.8 in the PDF Reference (see Section 4.3.2 for more information on line dash patterns).
Copy Code
|
|
---|---|
typedef struct tagAT_PDE_DASH
{
AT_PDF_FIXED dashPhase;
LONG dashLen;
AT_PDF_FIXED dashes[11];
} AT_PDE_DASH;
typedef AT_PDE_DASH FAR* LPAT_PDE_DASH;
|
Name | Type | Description |
---|---|---|
dashPhase | AT_PDF_FIXED | Dash phase. Phase is a number that specifies a distance in user space into the dash pattern at which to begin marking the path. |
dashLen | LONG | Number of entries in the dash array, an element of the Border array. |
dashes | AT_PDF_FIXED[11] | Dash array, which specifies distances in user space for the length of dashes and gaps. |