logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mdraw_text_items -

Description

       Draw one or more textitems. The mdraw_text_items() function draws one or more M-texts on window win of
       frame frame at coordinate (x, y).  items is an array of the textitems to be drawn and nitems is the
       number of textitems in the array.

Name

       mdraw_text_items -

See Also

           MTextItem, mdraw_text().

Synopsis

       void mdraw_text_items (MFrame * frame, MDrawWindowwin, int x, int y, MDrawTextItem * items, int nitems)

See Also