bbox
&bbox.width, &bbox.height, &bbox.x, &bbox.y);
if (bbox.width == 0)
bbox.width = width;
set_width(bbox.width);
if (bbox.height == 0)
bbox.height = height;
height = bbox.height;
static struct bbox bbox; /* font bounding box */