man mdraw_text_items () - Draw one or more textitems.
NAME
mdraw_text_items - Draw one or more textitems.
SYNOPSIS
void mdraw_text_items (MFrame * frame, MDrawWindow win, int x, int y, MDrawTextItem * items, int nitems)
DESCRIPTION
The mdraw_text_items() function draws one or more M-texts on window win of frame at coordinate (x, y). items is an array of the textitems to be drawn and nitems is the number of textimtems in the array.
SEE ALSO
MTextItem, mdraw_text().