Show_Text_XXX

Functions

int HIC_Show_Text_Alignment
HIC_Vector const * HIC_Show_Text_Path
HIC_Size_Units HIC_Show_Text_Font_Size_Units
HIC_Size_Units HIC_Show_Text_Font_Size_Tol_Units
HIC_Size_Units HIC_Show_Text_Font_Extra_Space_Units
void * HIC_Show_Text_Font_ID
const char * HIC_Show_Text_Font_Name
int HIC_Show_Text_Font_Transform
int HIC_Show_Text_Font_Index
float HIC_Show_Text_Color_Red
float HIC_Show_Text_Color_Green
float HIC_Show_Text_Color_Blue
float HIC_Show_Text_Color_Alpha
HIC_Integer32 HIC_Show_Internal_Text_Color
HIC_Karacter const * HIC_Show_Text_String
int HIC_Show_Text_Length
int HIC_Show_Text_Char_Encoding
int HIC_Show_Text_Line_Count
int HIC_Show_Text_Line_Index
int const * HIC_Show_Text_Counts
HIC_Point const * HIC_Show_Text_Position
HIC_Point const * HIC_Show_Text_Reference
HIC_Point const * HIC_Show_3D_Text_Position
HIC_Vector const * HIC_Show_Text_Baseline
HIC_Vector const * HIC_Show_Text_Longest_Baseline
HIC_Vector const * HIC_Show_Text_Char_Horizontal
HIC_Vector const * HIC_Show_Text_Char_Vertical
HIC_Vector const * HIC_Show_Text_Next_Line
HIC_Point const * HIC_Show_Text_Char_Position
float HIC_Show_Text_Char_Width
int const * HIC_Show_Text_KIndex
HIC_Text_Karacter_Info const * HIC_Show_Text_KInfo_At_Index
HIC_Text_Karacter_Info const * HIC_Show_Text_KInfo
HIC_Rendition const * HIC_Show_KInfo_Net_Rendition
HIC_Point const * HIC_Show_KInfo_Position
HIC_Point const * HIC_Show_KInfo_Point
float HIC_Show_KInfo_Width
float HIC_Show_KInfo_Height
float HIC_Show_Text_Spacing
float HIC_Show_Text_Font_Size
float HIC_Show_Text_Font_Size_Tolerance
float HIC_Show_Text_Final_Font_Size
float HIC_Show_Text_Font_Extra_Space
float HIC_Show_Text_Font_Rotation
float HIC_Show_Text_Font_Slant
int HIC_Show_Text_Is_Outlined
double HIC_Show_Text_Width_Scale
const char * HIC_Show_Text_Specified_Text

Detailed Description

group Show_Text_XXX

Function Documentation

int HIC_Show_Text_Alignment(HIC_Rendition const *nr)

This function returns the text alignment as in int.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An int.
HIC_Vector const *HIC_Show_Text_Path(HIC_Rendition const *nr)

This function returns the text path.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A pointer to a const HIC_Vector.
HIC_Size_Units HIC_Show_Text_Font_Size_Units(HIC_Rendition const *nr)

This function returns the text font size units.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Size_Units.
HIC_Size_Units HIC_Show_Text_Font_Size_Tol_Units(HIC_Rendition const *nr)

This function returns the text font size tolerance units.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Size_Units.
HIC_Size_Units HIC_Show_Text_Font_Extra_Space_Units(HIC_Rendition const *nr)

This function returns the text font extra space units.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Size_Units.
void *HIC_Show_Text_Font_ID(HIC_Rendition const *nr)

This function returns the text font ID.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:void pointer
const char *HIC_Show_Text_Font_Name(HIC_Rendition const *nr)

This function returns the text font name as a string.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A pointer to a const char.
int HIC_Show_Text_Font_Transform(HIC_Rendition const *nr)

This function returns the text font transform as an int.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An int.
int HIC_Show_Text_Font_Index(HIC_Rendition const *nr)

This function returns the text font index as an int.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:An int.
float HIC_Show_Text_Color_Red(HIC_Rendition const *nr)

This function returns the red component of the text color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Color_Green(HIC_Rendition const *nr)

This function returns the green component of the text color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Color_Blue(HIC_Rendition const *nr)

This function returns the blue component of the text color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Color_Alpha(HIC_Rendition const *nr)

This function returns the alpha component of the text color as a float value with a range 0 to 1.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A float.
HIC_Integer32 HIC_Show_Internal_Text_Color(HIC_Rendition const *nr)

This function returns the internal representation of the text color.

Parameters:nr – A pointer to a const HIC_Rendition.
Returns:A HIC_Integer32.
HIC_Karacter const *HIC_Show_Text_String(HIC_Text_Info const *ti)

This function returns the text string.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Karacter.
int HIC_Show_Text_Length(HIC_Text_Info const *ti)

This function returns the text length as an int representing the number of characters in the text string.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:An int.
int HIC_Show_Text_Char_Encoding(HIC_Text_Info const *ti)

This function returns the text char encoding as an int.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:An int.
int HIC_Show_Text_Line_Count(HIC_Text_Info const *ti)

This function returns the text line count as an int.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:An int.
int HIC_Show_Text_Line_Index(HIC_Text_Info const *ti)

This function returns the text line index as an int.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:An int.
int const *HIC_Show_Text_Counts(HIC_Text_Info const *ti)

This function returns the text counts array.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const int.
HIC_Point const *HIC_Show_Text_Position(HIC_Text_Info const *ti)

This function returns the text position.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Point.
HIC_Point const *HIC_Show_Text_Reference(HIC_Text_Info const *ti)

This function returns the text reference.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Point.
HIC_Point const *HIC_Show_3D_Text_Position(HIC_Text const *t)

This function returns the text position that is stored in the graphics database.

Parameters:t – A pointer to a const HIC_Text.
Returns:A pointer to a const HIC_Point.
HIC_Vector const *HIC_Show_Text_Baseline(HIC_Text_Info const *ti)

This function returns the text baseline.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Vector.
HIC_Vector const *HIC_Show_Text_Longest_Baseline(HIC_Text_Info const *ti)

This function returns the text longest baseline.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Vector.
HIC_Vector const *HIC_Show_Text_Char_Horizontal(HIC_Text_Info const *ti)

This function returns the text char horizontal.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Vector.
HIC_Vector const *HIC_Show_Text_Char_Vertical(HIC_Text_Info const *ti)

This function returns the text char vertical.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Vector.
HIC_Vector const *HIC_Show_Text_Next_Line(HIC_Text_Info const *ti)

This function returns the text next line vector.

Parameters:ti – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Vector.
HIC_Point const *HIC_Show_Text_Char_Position(HIC_Rendition const *nr, HIC_Text_Info const *ti, int index)

This function returns the text char position.

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.

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

This function returns the text char width as a float value.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • ti – A pointer to a const HIC_Text_Info.
  • index – An int.
Returns:

A float.

int const *HIC_Show_Text_KIndex(HIC_Rendition const *nr, HIC_Text_Info const *ti)

This function returns the int pointer owned by the HIC_Text_Info.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • ti – A pointer to a const HIC_Text_Info.
Returns:

A pointer to a const int.

HIC_Text_Karacter_Info const *HIC_Show_Text_KInfo_At_Index(HIC_Rendition const *nr, HIC_Text_Info const *ti, int index)

This function returns the Text_Karacter_Info pointer owned by the HIC_Text_Info.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • ti – A pointer to a const HIC_Text_Info.
  • index – Index into Karacter_Info array
Returns:

A pointer to a const Text_Karacter_Info.

HIC_Text_Karacter_Info const *HIC_Show_Text_KInfo(HIC_Rendition const *nr, HIC_Text_Info const *ti)

This function returns the Text_Karacter_Info pointer owned by the HIC_Text_Info.

Parameters:
  • nr – A pointer to a const HIC_Rendition.
  • ti – A pointer to a const HIC_Text_Info.
Returns:

A pointer to a const Text_Karacter_Info.

HIC_Rendition const *HIC_Show_KInfo_Net_Rendition(HIC_Text_Karacter_Info const *iki)

This function returns the Text_Karacter_Info net rendition.

Parameters:iki – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Rendition.
HIC_Point const *HIC_Show_KInfo_Position(HIC_Text_Karacter_Info const *ki)

This function returns the Text_Karacter_Info position.

Parameters:ki – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Point.
HIC_Point const *HIC_Show_KInfo_Point(HIC_Text_Karacter_Info const *ki)

This function returns the Text_Karacter_Info point.

Parameters:ki – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Point.
float HIC_Show_KInfo_Width(HIC_Text_Karacter_Info const *iki)

This function returns the Text_Karacter_Info width.

Parameters:iki – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Point.
float HIC_Show_KInfo_Height(HIC_Text_Karacter_Info const *iki)

This function returns the Text_Karacter_Info height.

Parameters:iki – A pointer to a const HIC_Text_Info.
Returns:A pointer to a const HIC_Point.
float HIC_Show_Text_Spacing(HIC_Rendition const *inr)

This function returns the text spacing as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Font_Size(HIC_Rendition const *inr)

This function returns the text font size as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Font_Size_Tolerance(HIC_Rendition const *inr)

This function returns the text font size tolerance as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Final_Font_Size(HIC_Rendition const *inr)

This function returns the final text font size as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Font_Extra_Space(HIC_Rendition const *inr)

This function returns the text font extra space as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Font_Rotation(HIC_Rendition const *inr)

This function returns the text font rotation as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
float HIC_Show_Text_Font_Slant(HIC_Rendition const *inr)

This function returns the text font slant as a float.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A float.
int HIC_Show_Text_Is_Outlined(HIC_Rendition const *nr)

This function returns true if the text is outlined.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A bool.
double HIC_Show_Text_Width_Scale(HIC_Rendition const *nr)

This function returns the text width scale.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A double.
const char *HIC_Show_Text_Specified_Text(HIC_Rendition const *nr)

This function returns the text specified text.

Parameters:inr – A pointer to a const HIC_Rendition.
Returns:A const char *.