XmbDrawImageString(3) | Library Functions Manual | XmbDrawImageString(3) |
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 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 |