| Platform SDK: International Features |
The SCRIPT_TABDEF structure defines the tab positions for ScriptStringAnalyse.
typedef struct tag_SCRIPT_TABDEF {
int cTabStops;
int iScale;
int *pTabStops;
int iTabOrigin;
} SCRIPT_TABDEF;
| Value | Meaning |
|---|---|
| 0 | Tab stops occur every eight average-character widths. |
| 1 | All tab stops are the length of the first entry in the array pointed to by pTabStops. |
| greater than 1 | The first cTabStops tab stops are as specified in the array pointed to by pTabStops, and subsequent tab stops are every eight average characters. |
The units for the array elements are as selected by iScale.
This structure is ignored unless the dwFlags parameter is set to SSA_TAB in the ScriptStringAnalyse function.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Usp10.h.
Uniscribe Overview, Uniscribe Structures, ScriptStringAnalyse