XmbTextEscapement (3) Linux Manual Page
XmbTextEscapement, XwcTextEscapement, Xutf8TextEscapement – obtain the escapement of text Syntax int XmbTextEscapement(XFontSet font_set, char *string, int num_bytes); int XwcTextEscapement(XFontSet font_set, wchar_t *string, int num_wchars); int Xutf8TextEscapement(XFontSet font_set, char *string, int num_bytes); Arguments font_set Specifies the font set. num_bytes Specifies the number of bytes in the string argument. num_wchars Specifies the number of characters in the…
