XwcTextExtents (3) Linux Manual Page
XmbTextExtents, XwcTextExtents, Xutf8TextExtents – compute text extents Syntax int XmbTextExtents(XFontSet font_set, char *string, int num_bytes, XRectangle *overall_ink_return, XRectangle *overall_logical_return); int XwcTextExtents(XFontSet font_set, wchar_t *string, int num_wchars, XRectangle *overall_ink_return, XRectangle *overall_logical_return); int Xutf8TextExtents(XFontSet font_set, char *string, int num_bytes, XRectangle *overall_ink_return, XRectangle *overall_logical_return); Arguments font_set Specifies the font set. num_bytes Specifies the number of bytes in the…
