Functions | |
void | Show_Font (const char *name, char *options, int *data_length, void *data) |
void | Show_Font_Size (const char *name, char *options, int *data_length) |
void Show_Font | ( | const char * | name, | |
char * | options, | |||
int * | data_length, | |||
void * | data | |||
) |
Describes a specific set of simple geometry to be used as the actual shapes when drawing text characters.
name | - The name associated with this font definition. Passed by reference always. | |
options | - A string describing general characteristics of the font. Returned to caller. | |
data_length | - Number of bytes in data. Passed by reference always. Returned to caller. | |
data | - Information about extents of character shapes and how to of bytes draw them. Returned to caller. |
void Show_Font_Size | ( | const char * | name, | |
char * | options, | |||
int * | data_length | |||
) |
Finds the size in bytes of a particular font. This is useful in determining the size of the data structure that must hold data.
name | - The name associated with this font definition. Passed by reference always. | |
options | - A string describing general characteristics of the font. Returned to caller. | |
data_length | - Number of bytes in data. Passed by reference always. Returned to caller. |