Brief Index      Full Index      I.M. Reference

Show_Glyph


Functions

void Show_Glyph (char const *name, char *data)
void Show_Glyph_Size (char const *name, int *data_size)

Function Documentation

void Show_Glyph ( char const *  name,
char *  data 
)

Returns the definition of a glyph as established by a previous call to Define_Glyph.

Parameters:
name - Name of a custom marker, edge, or line style.
data - Glyph definition described in Define_Glyph(). Passed by reference. Returned to user.

DETAILS

No additional details. See Define_Glyph().

See also:
Define_Glyph, Define_Line_Pattern

void Show_Glyph_Size ( char const *  name,
int *  data_size 
)

Finds the size in bytes of a particular glyph. This is useful in determining the size of the structure that must hold data.

Parameters:
name - Name of the custom marker, edge, or line style.
data_size - Size of data. Passed by reference. Returned to user.

DETAILS

No additional details. See Define_Glyph().

Main Index
Brief Index      Full Index      I.M. Functions