Show_Text_XXX


Functions

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Text_Color (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API int HIC_Show_Text_Alignment (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Text_Baseline (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API int HIC_Show_Text_Char_Encoding (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Text_Char_Horizontal (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Show_Text_Char_Position (HIC_Rendition const *nr, HIC_Text_Info const *ti, int index)
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Text_Char_Vertical (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API float HIC_Show_Text_Char_Width (HIC_Rendition const *nr, HIC_Text_Info const *ti, int index)
HC_EXTERNAL HIC_API float HIC_Show_Text_Color_Blue (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Color_Green (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Color_Red (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Final_Font_Size (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Extra_Space (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API HIC_Size_Units HIC_Show_Text_Font_Extra_Space_Units (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API void * HIC_Show_Text_Font_ID (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API int HIC_Show_Text_Font_Index (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API const char * HIC_Show_Text_Font_Name (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Rotation (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Size (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API HIC_Size_Units HIC_Show_Text_Font_Size_Tol_Units (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Size_Tolerance (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API HIC_Size_Units HIC_Show_Text_Font_Size_Units (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Slant (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API int HIC_Show_Text_Font_Transform (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API int HIC_Show_Text_Length (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API int HIC_Show_Text_Line_Count (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API int HIC_Show_Text_Line_Index (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Text_Longest_Baseline (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API HIC_Vector
const * 
HIC_Show_Text_Path (HIC_Rendition const *nr)
HC_EXTERNAL HIC_API HIC_Point
const * 
HIC_Show_Text_Position (HIC_Text_Info const *ti)
HC_EXTERNAL HIC_API float HIC_Show_Text_Spacing (HIC_Rendition const *inr)
HC_EXTERNAL HIC_API
HIC_Karacter const * 
HIC_Show_Text_String (HIC_Text_Info const *ti)

Function Documentation

HC_EXTERNAL HIC_API HIC_Integer32 HIC_Show_Internal_Text_Color ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Integer32.
This function returns the internal representation of the text color.

HC_EXTERNAL HIC_API int HIC_Show_Text_Alignment ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
An int.
This function returns the text alignment as in int.

See also:
HIC_Set_Text_Alignment

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Text_Baseline ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
A pointer to a const HIC_Vector.
This function returns the text baseline.

HC_EXTERNAL HIC_API int HIC_Show_Text_Char_Encoding ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
An int.
This function returns the text char encoding as an int.

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Text_Char_Horizontal ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
A pointer to a const HIC_Vector.
This function returns the text char horizontal.

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Text_Char_Position ( HIC_Rendition const *  nr,
HIC_Text_Info const *  ti,
int  index 
)

Parameters:
nr A pointer to a const HIC_Rendition.
ti A pointer to a const HIC_Text_Info.
index An int.
Returns:
A pointer to a const HIC_Point.
This function returns the text char position.

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Text_Char_Vertical ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
A pointer to a const HIC_Vector.
This function returns the text char vertical.

HC_EXTERNAL HIC_API float HIC_Show_Text_Char_Width ( HIC_Rendition const *  nr,
HIC_Text_Info const *  ti,
int  index 
)

Parameters:
nr A pointer to a const HIC_Rendition.
ti A pointer to a const HIC_Text_Info.
index An int.
Returns:
A float.
This function returns the text char width as a float value.

HC_EXTERNAL HIC_API float HIC_Show_Text_Color_Blue ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the blue component of the text color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Text_Color_Green ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the green component of the text color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Text_Color_Red ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the red component of the text color as a float value with a range 0 to 1.

HC_EXTERNAL HIC_API float HIC_Show_Text_Final_Font_Size ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the final text font size as a float.

HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Extra_Space ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the text font extra space as a float.

HC_EXTERNAL HIC_API HIC_Size_Units HIC_Show_Text_Font_Extra_Space_Units ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Size_Units.
This function returns the text font extra space units.

HC_EXTERNAL HIC_API void* HIC_Show_Text_Font_ID ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
void pointer
This function returns the text font ID.

HC_EXTERNAL HIC_API int HIC_Show_Text_Font_Index ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
An int.
This function returns the text font index as an int.

HC_EXTERNAL HIC_API const char* HIC_Show_Text_Font_Name ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A pointer to a const char.
This function returns the text font name as a string.

HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Rotation ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the text font rotation as a float.

HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Size ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the text font size as a float.

HC_EXTERNAL HIC_API HIC_Size_Units HIC_Show_Text_Font_Size_Tol_Units ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Size_Units.
This function returns the text font size tolerance units.

HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Size_Tolerance ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the text font size tolerance as a float.

HC_EXTERNAL HIC_API HIC_Size_Units HIC_Show_Text_Font_Size_Units ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A HIC_Size_Units.
This function returns the text font size units.

HC_EXTERNAL HIC_API float HIC_Show_Text_Font_Slant ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the text font slant as a float.

HC_EXTERNAL HIC_API int HIC_Show_Text_Font_Transform ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
An int.
This function returns the text font transform as an int.

HC_EXTERNAL HIC_API int HIC_Show_Text_Length ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
An int.
This function returns the text length as an int representing the number of characters in the text string.

HC_EXTERNAL HIC_API int HIC_Show_Text_Line_Count ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
An int.
This function returns the text line count as an int.

HC_EXTERNAL HIC_API int HIC_Show_Text_Line_Index ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
An int.
This function returns the text line index as an int.

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Text_Longest_Baseline ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
A pointer to a const HIC_Vector.
This function returns the text longest baseline.

HC_EXTERNAL HIC_API HIC_Vector const* HIC_Show_Text_Path ( HIC_Rendition const *  nr  ) 

Parameters:
nr A pointer to a const HIC_Rendition.
Returns:
A pointer to a const HIC_Vector.
This function returns the text path.

HC_EXTERNAL HIC_API HIC_Point const* HIC_Show_Text_Position ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
A pointer to a const HIC_Point.
This function returns the text position.

HC_EXTERNAL HIC_API float HIC_Show_Text_Spacing ( HIC_Rendition const *  inr  ) 

Parameters:
inr A pointer to a const HIC_Rendition.
Returns:
A float.
This function returns the text spacing as a float.

HC_EXTERNAL HIC_API HIC_Karacter const* HIC_Show_Text_String ( HIC_Text_Info const *  ti  ) 

Parameters:
ti A pointer to a const HIC_Text_Info.
Returns:
A pointer to a const HIC_Karacter.
This function returns the text string.

HOOPS/3dGS I.M. Interface

     Full Index