Show_Unicode_Text
Functions | |
void | Show_Unicode_Text (HC_KEY key, float *x, float *y, float *z, unsigned short *text) |
Returns the position, size, and contents of a previously-defined unicode text string, as referenced by a key. More... | |
Detailed Description
Function Documentation
◆ Show_Unicode_Text()
void Show_Unicode_Text | ( | HC_KEY | key, |
float * | x, | ||
float * | y, | ||
float * | z, | ||
unsigned short * | text | ||
) |
Returns the position, size, and contents of a previously-defined unicode text string, as referenced by a key.
- Parameters
-
key - Unique numeric identifier pointing to a unicode text primitive. x - Position, in user coordinates, of the "reference point" of the text. Returned to user. Passed by reference always. y - z - text - encoded unicode text. Returned to caller. Passed by reference always.
DETAILS
NOTES
RESTRICTIONS
- See also