Brief Index      Full Index      I.M. Reference

Show_Line_Style


Functions

void Show_Line_Style (const char *style, char *definition)
void Show_Line_Style_Size (const char *style, int *size)

Function Documentation

void Show_Line_Style ( const char *  style,
char *  definition 
)

Returns the line style that has been set on the currently open segment.

Parameters:
style Name of a line style defined in a call to Define_Line_Style().
definition Definition of a line style. See description in Define_Line_Style(). Passed by reference. Returned to user.

DETAILS

No additional details. See Define_Line_Style()

NOTES

Show_Line_Style returns the actual attribute values stored in the segment at hand.

Be sure you've declared your string variable to be long enough with a call to Show_Line_Style_Size().

Show_Line_Style will complain if called on a segment where the style attribute is not actually set in the segment. Use Show_Existence() to avoid this, if necessary.

See also:
Define_Line_Style, Define_Glyph, Begin_Line_Style_Search, Show_Line_Style_Size

void Show_Line_Style_Size ( const char *  style,
int *  size 
)

Returns the size of the line style that has been set on the currently open segment.

Parameters:
style Name of a line style defined in a call to Define_Line_Style.
size Length of the string that defines the line style. Passed by reference. Returned to user.

DETAILS

No additional details. See Show_Line_Style()

NOTES

See also:
Define_Line_Style, Define_Glyph, Begin_Line_Style_Search, Show_Line_Style

Main Index
Brief Index      Full Index      I.M. Functions