BORDER_PIXELS
tems_setup_font(16 * tp->height + BORDER_PIXELS,
8 * tp->width + BORDER_PIXELS);
*rows = (height - BORDER_PIXELS) / font->height;
*cols = (width - BORDER_PIXELS) / font->width;
if ((((*rows * font->height) + BORDER_PIXELS) <= height) &&
(((*cols * font->width) + BORDER_PIXELS) <= width)) {
*rows = (height - BORDER_PIXELS) / font->height;
*cols = (width - BORDER_PIXELS) / font->width;
*rows = (height - BORDER_PIXELS) / font->height;
*cols = (width - BORDER_PIXELS) / font->width;
tems_setup_font(16 * tp->height + BORDER_PIXELS,
8 * tp->width + BORDER_PIXELS);
16 * height + BORDER_PIXELS,
8 * width + BORDER_PIXELS);