Functions | |
void | Insert_Unicode_Text (double x, double y, double z, const HC_PIXEL *text) |
void | QInsert_Unicode_Text (const char *segment, double x, double y, double z, const HC_PIXEL *text) |
HC_KEY | KInsert_Unicode_Text (double x, double y, double z, const HC_PIXEL *text) |
HC_KEY | QKInsert_Unicode_Text (const char *segment, double x, double y, double z, const HC_PIXEL *text) |
void Insert_Unicode_Text | ( | double | x, | |
double | y, | |||
double | z, | |||
const HC_PIXEL * | text | |||
) |
Insert encoded text as an array of short integers.
x | - Position, in user coordinates, of the "reference point" of the text | |
y | - | |
z | - | |
text | - encoded unicode text |
void QInsert_Unicode_Text | ( | const char * | segment, | |
double | x, | |||
double | y, | |||
double | z, | |||
const HC_PIXEL * | text | |||
) |
Similar to Insert_Unicode_Text(), but operates on a given segment rather than the currently open one.
segment | - segment on which to insert text | |
x | - Position, in user coordinates, of the "reference point" of the text | |
y | - | |
z | - | |
text | - encoded unicode text |
HC_KEY KInsert_Unicode_Text | ( | double | x, | |
double | y, | |||
double | z, | |||
const HC_PIXEL * | text | |||
) |
Similar to Insert_Unicode_Text(), but returns an HC_KEY to the object.
x | - Position, in user coordinates, of the "reference point" of the text | |
y | - | |
z | - | |
text | - encoded unicode text |
HC_KEY QKInsert_Unicode_Text | ( | const char * | segment, | |
double | x, | |||
double | y, | |||
double | z, | |||
const HC_PIXEL * | text | |||
) |
Similar to Insert_Unicode_Text(), but operates on a given segment and returns an HC_KEY to the object.
segment | - segment on which to insert text | |
x | - Position, in user coordinates, of the "reference point" of the text | |
y | - | |
z | - | |
text | - encoded unicode text |