Functions | |
void | Show_Text_Region (int *count, HC_POINT *points, char *options) |
void | Show_Text_Region_Count (int *count) |
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 |
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 |