Functions | |
void | Show_Text_Region (int *count, HC_POINT *points, char *options) |
Show the text region settings on the currently open text string. More... | |
void | Show_Text_Region_Count (int *count) |
Finds the number of points in a text region. This is useful in determining the size of the data structure that must hold points More... | |
void Show_Text_Region | ( | int * | count, |
HC_POINT * | points, | ||
char * | options | ||
) |
Show the text region settings on the currently open text string.
count | - number of points in the object defining the text regionReturned to caller. Passed by reference always |
points | - The array of points which are used to define the text region. Returned to caller. Passed by reference always |
options | - Options that were used to define that text region. Returned to caller. Passed by reference always |
Show_Text_Region() allows you to query the text region settings on the currently open text string
void Show_Text_Region_Count | ( | int * | count | ) |
Finds the number of points in a text region. This is useful in determining the size of the data structure that must hold points
count | - number of points in the object defining the text region. Returned to caller. Passed by reference always |
No additional details. See Show_Text_Region()