Brief Index      Full Index      I.M. Reference

Insert_Unicode_Text


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)

Function Documentation

void Insert_Unicode_Text ( double  x,
double  y,
double  z,
const HC_PIXEL *  text 
)

Insert encoded text as an array of short integers.

Parameters:
x - Position, in user coordinates, of the "reference point" of the text
y -
z -
text - encoded unicode text

DETAILS

NOTES

RESTRICTIONS

See also:

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.

Parameters:
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

DETAILS

No additional details. See Insert_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.

Parameters:
x - Position, in user coordinates, of the "reference point" of the text
y -
z -
text - encoded unicode text
Returns:
key

DETAILS

No additional details. See Insert_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.

Parameters:
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
Returns:
key

DETAILS

No additional details. See Insert_Unicode_Text()

Main Index
Brief Index      Full Index      I.M. Functions