XmbDrawString(3) | Library Functions Manual | XmbDrawString(3) |
void XmbDrawString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, char * string, int num_bytes);
void XwcDrawString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, wchar_t * string, int num_wchars);
void Xutf8DrawString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, char * string, int num_bytes);
The function Xutf8DrawString is an extension introduced by The XFree86 Project, Inc. in their 4.0.2 release. Its presence is indicated by the macro X_HAVE_UTF8_STRING.
X Version 11 | XLIB FUNCTIONS |