Brief Index      Full Index      Events Index      I.M. Reference

Show_Text_Region

Functions

void Show_Text_Region (int *count, HC_POINT *points, char *options)
 
void Show_Text_Region_Count (int *count)
 

Detailed Description

Function Documentation

void Show_Text_Region ( int *  count,
HC_POINT points,
char *  options 
)

Show the text region settings on the currently open text string.

Parameters
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

DETAILS

Show_Text_Region() allows you to query the text region settings on the currently open text string

NOTES

RESTRICTIONS

See Also
Set_Text_Region
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

Parameters
count- number of points in the object defining the text region. Returned to caller. Passed by reference always

DETAILS

No additional details. See Show_Text_Region()

Brief Index      Full Index      Events Index      I.M. Reference