Functions | |
void | Show_Glyph (char const *name, char *data) |
void | Show_Glyph_Size (char const *name, int *data_size) |
void Show_Glyph | ( | char const * | name, | |
char * | data | |||
) |
Returns the definition of a glyph as established by a previous call to Define_Glyph.
name | - Name of a custom marker, edge, or line style. | |
data | - Glyph definition described in Define_Glyph(). Passed by reference. Returned to user. |
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.
name | - Name of the custom marker, edge, or line style. | |
data_size | - Size of data. Passed by reference. Returned to user. |