vg4->canvas->text_set()
Set text of a text-box.
SYNTAX
void
vg4->canvas->text_set(struct VG_Canvas *cvas,
const char *iname,
const char *text)
FUNCTION PARAMETERS
cvas | Canvas |
iname | Name of text-box |
text | Text, or NULL = set default text |
DESCRIPTION
Set text of a text-box.
See section CV-TEXT in vg4->canvas->load().