HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


New_Text_Info


Functions

HT_Text_Info New_Text_Info (HT_Text_Info *text_info)
void Free_Text_Info (HT_Text_Info *ti)

Function Documentation

HT_Text_Info New_Text_Info HT_Text_Info *  text_info  ) 
 

Allocates a new HT_Text_Info structure.

Parameters:
text_info - Text info structure from the current rendition.
Returns:
ti - HT_Text_Info structure.

DETAILS

This is used in callback functions on the "draw text" callback point.

See also:
Draw_3D_Text, Draw_Text

void Free_Text_Info HT_Text_Info *  ti  ) 
 

Frees an HT_Text_Info structure.

Parameters:
ti - Text info structure created by a previous call to New_Text_Info().

DETAILS

This is used in callback functions on the "draw text" callback point to free the memory associated with a call to New_Text_Info().

See also:
Draw_3D_Text, Draw_Text
Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>