XmbDrawString(3X11) | XLIB FUNCTIONS | XmbDrawString(3X11) |
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 XFree86 extension introduced in XFree86 4.0.2. Its presence is indicated by the macro X_HAVE_UTF8_STRING.
XFree86 | 4.5.0 |