XDrawString (3) Linux Manual Page
XDrawString, XDrawString16 – draw text characters Syntax int XDrawString(Display *display, Drawable d, GC gc, int x, int y, char *string, int length); int XDrawString16(Display *display, Drawable d, GC gc, int x, int y, XChar2b *string, int length); Arguments d Specifies the drawable. display Specifies the connection to the X server. gc Specifies the GC. length…
