NetBSDwidth
if (tf->tf_XSize > NetBSDwidth) {
fprintf(stderr, "NetBSD does not support fonts wider than %d pixels\n", NetBSDwidth);
InitBitMap(&bm, 1, 256 * NetBSDwidth, tf->tf_YSize);
bm.Planes[0] = pp = AllocRaster (256 * NetBSDwidth, tf->tf_YSize);
if (tf->tf_XSize != NetBSDwidth) {
Move (&rp, NetBSDwidth - tf->tf_XSize, tf->tf_Baseline);
Move (&rp, rp.cp_x + (NetBSDwidth - tf->tf_XSize), rp.cp_y);
FreeRaster (pp, 256 * NetBSDwidth, tf->tf_YSize);