Xinqi Bao's Git
1 /* See LICENSE file for copyright and license details. */
6 textnw(DC
*dc
, const char *text
, unsigned int len
) {
10 XmbTextExtents(dc
->font
.set
, text
, len
, NULL
, &r
);
13 return XTextWidth(dc
->font
.xfont
, text
, len
);