Text_Info

Functions

HIC_Text_Info *

HIC_New_Text_Info

void

HIC_Free_Text_Info

Detailed Description

group Text_Info

Function Documentation

HIC_Text_Info *HIC_New_Text_Info(HIC_Text_Info *text_info)

This function creates new text info.

Parameters

text_info – A pointer to a const HIC_Text_Info.

Returns

A pointer to a const HIC_Text_Info.

void HIC_Free_Text_Info(HIC_Text_Info *text_info)

This function frees the memory associated with a text info structure.

Parameters

text_info – A pointer to a const HIC_Text_Info.