Functions | |
HT_Text_Info | New_Text_Info (HT_Text_Info *text_info) |
void | Free_Text_Info (HT_Text_Info *ti) |
|
Allocates a new HT_Text_Info structure.
DETAILSThis is used in callback functions on the "draw text" callback point.
|
|
Frees an HT_Text_Info structure.
DETAILSThis is used in callback functions on the "draw text" callback point to free the memory associated with a call to New_Text_Info().
|