XmbDrawImageString(3X11) | XLIB FUNCTIONS | XmbDrawImageString(3X11) |
void XmbDrawImageString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, char * string, int num_bytes);
void XwcDrawImageString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, wchar_t * string, int num_wchars);
void Xutf8DrawImageString(Display *display, Drawable d, XFontSet font_set, GC gc, int x, int y, char * string, int num_bytes);
When the XFontSet has missing charsets, each unavailable character is drawn with the default string returned by XCreateFontSet. The behavior for an invalid codepoint is undefined.
The function Xutf8TextExtents 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 |