Specific text information.
More...
Detailed Description
Specific text information.
Function Documentation
HC_EXTERNAL HIC_API HIC_Point const* HIC_Compute_Transformed_Text_Position |
( |
HIC_Rendition const * |
nr, |
|
|
HIC_Text_Info const * |
ti, |
|
|
HIC_DC_Point * |
pt | |
|
) |
| | |
- Parameters:
-
| nr | A pointer to a const HIC_Rendition. |
| ti | A pointer to a const HIC_Text_Info. |
| pt | A pointer to a HIC_DC_Point. |
- Returns:
- A pointer to a const HIC_Point.
This function computes transformed text position.
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 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_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 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.