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... | |
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.
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. |