HelenOS sources

gfx_text_width     46 uspace/lib/gfxfont/include/gfx/text.h extern gfx_coord_t gfx_text_width(gfx_font_t *, const char *);
gfx_text_width    212 uspace/lib/gfxfont/src/text.c 		width = gfx_text_width(fmt->font, str);
gfx_text_width    280 uspace/lib/gfxfont/src/text.c 	width = gfx_text_width(fmt->font, str);
gfx_text_width    285 uspace/lib/gfxfont/src/text.c 		rmargin = spos.x + fmt->width - gfx_text_width(fmt->font, "...");
gfx_text_width    440 uspace/lib/gfxfont/src/text.c 	cpos->x = spos.x + gfx_text_width(fmt->font, str);
gfx_text_width    471 uspace/lib/gfxfont/src/text.c 	width = gfx_text_width(fmt->font, str);
gfx_text_width     98 uspace/lib/gfxfont/test/text.c 	width = gfx_text_width(font, "Hello world!");
gfx_text_width    265 uspace/lib/ui/src/entry.c 	width = gfx_text_width(res->font, entry->text);
gfx_text_width   1105 uspace/lib/ui/src/entry.c 	width = gfx_text_width(res->font, entry->text);
gfx_text_width    929 uspace/lib/ui/src/paint.c 	w = gfx_text_width(font, str);
gfx_text_width    930 uspace/lib/ui/src/paint.c 	tw = gfx_text_width(font, "~");
HelenOS homepage, sources at GitHub